diff --git a/infrastructure/01-setupenv.sh b/infrastructure/01-setupenv.sh index 8b29867..377d656 100644 --- a/infrastructure/01-setupenv.sh +++ b/infrastructure/01-setupenv.sh @@ -84,9 +84,9 @@ if [[ -z "${EXISTING}" ]]; then --billing-account="${BILLING_ACCOUNT_ID}" \ --display-name="${BUDGET_NAME}" \ --budget-amount=500USD \ - --threshold-rule=percent=0.5,basis=CURRENT_SPEND \ - --threshold-rule=percent=0.8,basis=CURRENT_SPEND \ - --threshold-rule=percent=1.0,basis=CURRENT_SPEND + --threshold-rule=percent=0.5 \ + --threshold-rule=percent=0.8 \ + --threshold-rule=percent=1.0 echo "✓ Budget alert created" else echo "✓ Budget alert already exists"