File tree Expand file tree Collapse file tree
function-app-managed-identity/python/bicep
function-app-storage-http/dotnet/scripts
web-app-managed-identity/python/terraform Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ ENVIRONMENT=$(az account show --query environmentName --output tsv)
1717
1818# Change the current directory to the script's directory
1919cd " $CURRENT_DIR " || exit
20-
20+ # test
2121# Choose the appropriate CLI based on the environment
2222if [[ $ENVIRONMENT == " LocalStack" ]]; then
2323 echo " Using azlocal for LocalStack emulator environment."
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ ENVIRONMENT=$(az account show --query environmentName --output tsv)
2323
2424# Change the current directory to the script's directory
2525cd " $CURRENT_DIR " || exit
26+ # test
2627
2728# Choose the appropriate CLI based on the environment
2829if [[ $ENVIRONMENT == " LocalStack" ]]; then
Original file line number Diff line number Diff line change 2323
2424echo " Initializing Terraform..."
2525terraform init -upgrade
26+ # test
2627
2728# Run terraform plan and check for errors
2829echo " Planning Terraform deployment..."
You can’t perform that action at this time.
0 commit comments