We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd637bf commit c7b9e46Copy full SHA for c7b9e46
infra/main.tfvars.json
@@ -3,8 +3,8 @@
3
"location": "${AZURE_LOCATION}",
4
"use_billing_policy": "${USE_BILLING_POLICY:-false}",
5
"azd_environment_name": "${AZURE_ENV_NAME}",
6
- "resource_share_user": ${RESOURCE_SHARE_USER},
7
- "tags": ${RESOURCE_TAGS},
+ "resource_share_user": ${RESOURCE_SHARE_USER:-[]},
+ "tags": ${RESOURCE_TAGS:-{}},
8
"azure_ai_search_service_principal": {
9
"client_id": "${AZURE_AI_SEARCH_SERVICE_PRINCIPAL_CLIENT_ID}",
10
"enterprise_application_object_id": "${AZURE_AI_SEARCH_ENTERPRISE_APPLICATION_OBJECT_ID}",
0 commit comments