Skip to content

Commit b881650

Browse files
committed
updated env in bat files
1 parent a9e3d9e commit b881650

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scripts/apply.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
cd ..
2-
terraform apply -auto-approve %* "envs/shared.tfplan"
2+
terraform apply -auto-approve %* "envs/local.tfplan"
33
cd scripts

scripts/init.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
cd ..
2-
terraform init -var-file="envs/shared.tfvars" -backend-config="envs/shared.tfbackend" %*
2+
terraform init -var-file="envs/local.tfvars" -backend-config="envs/local.tfbackend" %*
33
cd scripts

scripts/plan.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
cd ..
2-
terraform plan -input=false -var-file="envs/shared.tfvars" -out="envs/shared.tfplan" %*
2+
terraform plan -input=false -var-file="envs/local.tfvars" -out="envs/local.tfplan" %*
33
cd scripts

0 commit comments

Comments
 (0)