Skip to content

Commit ec30d50

Browse files
authored
chore: Fix kubeconfig missing (#93)
1 parent c5d8f07 commit ec30d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
run: |
109109
case ${{ inputs.command }} in
110110
create)
111-
terraform apply -target module.talos.kubeconfig.path -auto-approve
111+
terraform apply -target module.talos.kubeconfig -auto-approve
112112
terraform apply -auto-approve
113113
;;
114114
destroy)

0 commit comments

Comments
 (0)