We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b962566 commit a6249f0Copy full SHA for a6249f0
1 file changed
bin/set-up-account
@@ -180,7 +180,7 @@ cd -
180
181
module_dir=infra/accounts
182
backend_config_name="${account_name}.${account_id}"
183
-./bin/create-tfbackend "${module_dir}" "${backend_config_name}" "${tf_state_key}"
+./bin/create-tfbackend "${module_dir}" "${backend_config_name}" "${account_name}" "${tf_state_key}"
184
185
# Configure vars file for the account
186
tfvars_file=infra/accounts/"${backend_config_name}".tfvars
0 commit comments