Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing Standalone CI Examples #249

Merged
merged 2 commits into from
Feb 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/app_gateway/100-simple-app-gateway/standalone/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform apply \
-var-file ../configuration.tfvars \
-var-file ../application.tfvars \
-var-file ../network_security_group_definition.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve
Expand All @@ -20,7 +20,7 @@ terraform destroy \
-var-file ../configuration.tfvars \
-var-file ../application.tfvars \
-var-file ../network_security_group_definition.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve
Expand Down
4 changes: 2 additions & 2 deletions examples/app_gateway/101-private-public/standalone/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ terraform apply \
-var-file ../configuration.tfvars \
-var-file ../network_security_group_definition.tfvars \
-var-file ../virtual_network.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve
Expand All @@ -25,7 +25,7 @@ terraform destroy \
-var-file ../configuration.tfvars \
-var-file ../network_security_group_definition.tfvars \
-var-file ../virtual_network.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve
Expand Down
4 changes: 2 additions & 2 deletions examples/app_insights/100-all-attributes/standalone/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ terraform init

terraform apply \
-var-file ../configuration.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve


terraform destroy \
-var-file ../configuration.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve
Expand Down
4 changes: 2 additions & 2 deletions examples/app_insights/100-simple/standalone/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ terraform init

terraform apply \
-var-file ../configuration.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve


terraform destroy \
-var-file ../configuration.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ terraform init

terraform apply \
-var-file ../configuration.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve

terraform destroy \
-var-file ../configuration.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ terraform init

terraform apply \
-var-file ../configuration.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve


terraform destroy \
-var-file ../configuration.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ terraform init

terraform apply \
-var-file ../configuration.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve


terraform destroy \
-var-file ../configuration.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve
Expand Down
6 changes: 3 additions & 3 deletions examples/azure_ad/102-password-rotation/standalone/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform init

terraform apply \
-var-file ../configuration.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve
Expand All @@ -19,15 +19,15 @@ sleep 60

terraform apply \
-var-file ../configuration.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve


terraform destroy \
-var-file ../configuration.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve
Expand Down
6 changes: 3 additions & 3 deletions examples/azure_ad/201-groups-and-roles/standalone/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ terraform init

terraform apply \
-var-file ../configuration.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve


terraform destroy \
-var-file ../configuration.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ terraform init

terraform apply \
-var-file ../configuration.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve


terraform destroy \
-var-file ../configuration.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ terraform init

terraform apply \
-var-file ../configuration.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve


terraform destroy \
-var-file ../configuration.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ terraform init

terraform apply \
-var-file ../configuration.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve


terraform destroy \
-var-file ../configuration.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ terraform init

terraform apply \
-var-file ../configuration.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve


terraform destroy \
-var-file ../configuration.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform apply \
-var-file ../aks.tfvars \
-var-file ../networking.tfvars \
-var-file ../diagnostics.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve
Expand All @@ -21,7 +21,7 @@ terraform destroy \
-var-file ../aks.tfvars \
-var-file ../networking.tfvars \
-var-file ../diagnostics.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ terraform apply \
-var-file ../configuration.tfvars \
-var-file ../networking.tfvars \
-var-file ../diagnostics.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve
Expand All @@ -23,7 +23,7 @@ terraform destroy \
-var-file ../configuration.tfvars \
-var-file ../networking.tfvars \
-var-file ../diagnostics.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ terraform apply \
-var-file ../acr.tfvars \
-var-file ../configuration.tfvars \
-var-file ../networking.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve
Expand All @@ -23,7 +23,7 @@ terraform destroy \
-var-file ../acr.tfvars \
-var-file ../configuration.tfvars \
-var-file ../networking.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ terraform apply \
-var-file ../networking.tfvars \
-var-file ../keyvault.tfvars \
-var-file ../vm.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve
Expand All @@ -27,7 +27,7 @@ terraform destroy \
-var-file ../networking.tfvars \
-var-file ../keyvault.tfvars \
-var-file ../vm.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve
Expand Down
4 changes: 2 additions & 2 deletions examples/compute/proximity_placement_group/standalone/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ terraform init

terraform apply \
-var-file ../configuration.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve


terraform destroy \
-var-file ../configuration.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ terraform init

terraform apply \
-var-file ../configuration.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve


terraform destroy \
-var-file ../configuration.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ terraform apply \
-var-file ../virtual_networks.tfvars \
-var-file ../public_ip_addresses.tfvars \
-var-file ../virtual_machines.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve
Expand All @@ -29,7 +29,7 @@ terraform destroy \
-var-file ../virtual_networks.tfvars \
-var-file ../public_ip_addresses.tfvars \
-var-file ../virtual_machines.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ terraform init

terraform apply \
-var-file ../cassandra.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve


terraform destroy \
-var-file ../cassandra.tfvars \
-var tags='{testing_job_id="${1}"}' \
-var tags='{testing_job_id='"${1}"'}' \
-var var_folder_path=${current_folder} \
-input=false \
-auto-approve
Expand Down
Loading