File tree Expand file tree Collapse file tree
function-app-managed-identity/python/terraform
function-app-storage-http/dotnet/terraform
web-app-cosmosdb-mongodb-api/python/terraform
web-app-managed-identity/python/terraform
web-app-sql-database/python/terraform Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ echo "[DEBUG] TERRAFORM command location: $(which $TERRAFORM 2>/dev/null || echo
5454# Enable Terraform debug logging
5555export TF_LOG=DEBUG
5656export TF_LOG_PATH=" $CURRENT_DIR /terraform-debug.log"
57+ echo " [DEBUG] Checking what tflocal does..." echo " [DEBUG] tflocal version: $( $TERRAFORM version 2>&1 | head -1) " echo " [DEBUG] Contents of current directory before init:" ls -la . 2>&1 | head -20
5758echo " [DEBUG] Terraform debug logging enabled: TF_LOG=DEBUG, TF_LOG_PATH=$TF_LOG_PATH "
5859
5960echo " Initializing Terraform..."
Original file line number Diff line number Diff line change @@ -17,11 +17,8 @@ provider "azurerm" {
1717 }
1818
1919 # LocalStack Azure emulator configuration
20- subscription_id = " 00000000-0000-0000-0000-000000000000"
21- tenant_id = " 00000000-0000-0000-0000-000000000000"
22- client_id = " 00000000-0000-0000-0000-000000000000"
23- client_secret = " fake-secret"
24-
25- use_cli = false
20+ # Use Azure CLI authentication (which azlocal intercepts)
21+ use_cli = true
2622 use_msi = false
23+ use_oidc = false
2724}
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ echo "[DEBUG] TERRAFORM command location: $(which $TERRAFORM 2>/dev/null || echo
5353# Enable Terraform debug logging
5454export TF_LOG=DEBUG
5555export TF_LOG_PATH=" $CURRENT_DIR /terraform-debug.log"
56+ echo " [DEBUG] Checking what tflocal does..." echo " [DEBUG] tflocal version: $( $TERRAFORM version 2>&1 | head -1) " echo " [DEBUG] Contents of current directory before init:" ls -la . 2>&1 | head -20
5657echo " [DEBUG] Terraform debug logging enabled: TF_LOG=DEBUG, TF_LOG_PATH=$TF_LOG_PATH "
5758
5859echo " Initializing Terraform..."
Original file line number Diff line number Diff line change @@ -17,11 +17,8 @@ provider "azurerm" {
1717 }
1818
1919 # LocalStack Azure emulator configuration
20- subscription_id = " 00000000-0000-0000-0000-000000000000"
21- tenant_id = " 00000000-0000-0000-0000-000000000000"
22- client_id = " 00000000-0000-0000-0000-000000000000"
23- client_secret = " fake-secret"
24-
25- use_cli = false
20+ # Use Azure CLI authentication (which azlocal intercepts)
21+ use_cli = true
2622 use_msi = false
23+ use_oidc = false
2724}
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ echo "[DEBUG] TERRAFORM command location: $(which $TERRAFORM 2>/dev/null || echo
5353# Enable Terraform debug logging
5454export TF_LOG=DEBUG
5555export TF_LOG_PATH=" $CURRENT_DIR /terraform-debug.log"
56+ echo " [DEBUG] Checking what tflocal does..." echo " [DEBUG] tflocal version: $( $TERRAFORM version 2>&1 | head -1) " echo " [DEBUG] Contents of current directory before init:" ls -la . 2>&1 | head -20
5657echo " [DEBUG] Terraform debug logging enabled: TF_LOG=DEBUG, TF_LOG_PATH=$TF_LOG_PATH "
5758
5859echo " Initializing Terraform..."
Original file line number Diff line number Diff line change @@ -17,11 +17,8 @@ provider "azurerm" {
1717 }
1818
1919 # LocalStack Azure emulator configuration
20- subscription_id = " 00000000-0000-0000-0000-000000000000"
21- tenant_id = " 00000000-0000-0000-0000-000000000000"
22- client_id = " 00000000-0000-0000-0000-000000000000"
23- client_secret = " fake-secret"
24-
25- use_cli = false
20+ # Use Azure CLI authentication (which azlocal intercepts)
21+ use_cli = true
2622 use_msi = false
23+ use_oidc = false
2724}
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ echo "[DEBUG] TERRAFORM command location: $(which $TERRAFORM 2>/dev/null || echo
5454# Enable Terraform debug logging
5555export TF_LOG=DEBUG
5656export TF_LOG_PATH=" $CURRENT_DIR /terraform-debug.log"
57+ echo " [DEBUG] Checking what tflocal does..." echo " [DEBUG] tflocal version: $( $TERRAFORM version 2>&1 | head -1) " echo " [DEBUG] Contents of current directory before init:" ls -la . 2>&1 | head -20
5758echo " [DEBUG] Terraform debug logging enabled: TF_LOG=DEBUG, TF_LOG_PATH=$TF_LOG_PATH "
5859
5960echo " Initializing Terraform..."
Original file line number Diff line number Diff line change @@ -17,11 +17,8 @@ provider "azurerm" {
1717 }
1818
1919 # LocalStack Azure emulator configuration
20- subscription_id = " 00000000-0000-0000-0000-000000000000"
21- tenant_id = " 00000000-0000-0000-0000-000000000000"
22- client_id = " 00000000-0000-0000-0000-000000000000"
23- client_secret = " fake-secret"
24-
25- use_cli = false
20+ # Use Azure CLI authentication (which azlocal intercepts)
21+ use_cli = true
2622 use_msi = false
23+ use_oidc = false
2724}
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ echo "[DEBUG] TERRAFORM command location: $(which $TERRAFORM 2>/dev/null || echo
5858# Enable Terraform debug logging
5959export TF_LOG=DEBUG
6060export TF_LOG_PATH=" $CURRENT_DIR /terraform-debug.log"
61+ echo " [DEBUG] Checking what tflocal does..." echo " [DEBUG] tflocal version: $( $TERRAFORM version 2>&1 | head -1) " echo " [DEBUG] Contents of current directory before init:" ls -la . 2>&1 | head -20
6162echo " [DEBUG] Terraform debug logging enabled: TF_LOG=DEBUG, TF_LOG_PATH=$TF_LOG_PATH "
6263
6364echo " Initializing Terraform..."
Original file line number Diff line number Diff line change @@ -17,11 +17,8 @@ provider "azurerm" {
1717 }
1818
1919 # LocalStack Azure emulator configuration
20- subscription_id = " 00000000-0000-0000-0000-000000000000"
21- tenant_id = " 00000000-0000-0000-0000-000000000000"
22- client_id = " 00000000-0000-0000-0000-000000000000"
23- client_secret = " fake-secret"
24-
25- use_cli = false
20+ # Use Azure CLI authentication (which azlocal intercepts)
21+ use_cli = true
2622 use_msi = false
23+ use_oidc = false
2724}
You can’t perform that action at this time.
0 commit comments