Skip to content

Commit

Permalink
[TERRAFORM] Fixes for bracket usage (#36)
Browse files Browse the repository at this point in the history
Replaced round brackets for curly brackets in variable name usage.
  • Loading branch information
fmadjdian authored Feb 23, 2023
1 parent 60eb848 commit 50d255d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ services:
- name: TZ
value: ${APP_TIMEZONE}
- name: NL_AERIUS_BING_APIKEY
value: $(BING_APIKEY)
value: ${BING_APIKEY}

0 comments on commit 50d255d

Please sign in to comment.