Skip to content

Commit ee9d0b1

Browse files
authored
fix: ensure default values for main.tfvars.json (#316)
* fix: ensure default values for resource_share_user and tags in main.tfvars.json * fix: correct default values for resource_share_user and tags in main.tfvars.json
1 parent dd637bf commit ee9d0b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/main.tfvars.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"location": "${AZURE_LOCATION}",
44
"use_billing_policy": "${USE_BILLING_POLICY:-false}",
55
"azd_environment_name": "${AZURE_ENV_NAME}",
6-
"resource_share_user": ${RESOURCE_SHARE_USER},
7-
"tags": ${RESOURCE_TAGS},
6+
"resource_share_user": ${RESOURCE_SHARE_USER:-null},
7+
"tags": ${RESOURCE_TAGS:-null},
88
"azure_ai_search_service_principal": {
99
"client_id": "${AZURE_AI_SEARCH_SERVICE_PRINCIPAL_CLIENT_ID}",
1010
"enterprise_application_object_id": "${AZURE_AI_SEARCH_ENTERPRISE_APPLICATION_OBJECT_ID}",

0 commit comments

Comments
 (0)