Skip to content

Commit a6249f0

Browse files
committed
Fix tfbackend file created by bin/set-up-account
1 parent b962566 commit a6249f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/set-up-account

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ cd -
180180

181181
module_dir=infra/accounts
182182
backend_config_name="${account_name}.${account_id}"
183-
./bin/create-tfbackend "${module_dir}" "${backend_config_name}" "${tf_state_key}"
183+
./bin/create-tfbackend "${module_dir}" "${backend_config_name}" "${account_name}" "${tf_state_key}"
184184

185185
# Configure vars file for the account
186186
tfvars_file=infra/accounts/"${backend_config_name}".tfvars

0 commit comments

Comments
 (0)