File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ __check_defined = \
5858
5959infra-set-up-account : # # Configure and create resources for account and create its tfbackend file
6060 @:$(call check_defined, ACCOUNT_NAME, human readable name for account e.g. "prod" or the account alias)
61- ./bin/set-up-current- account $(ACCOUNT_NAME ) $(args )
61+ ./bin/set-up-account $(ACCOUNT_NAME ) $(args )
6262
6363infra-configure-network : # # Configure network $NETWORK_NAME
6464 @:$(call check_defined, NETWORK_NAME, the name of the network in /infra/networks)
Original file line number Diff line number Diff line change 99 # ARM_SUBSCRIPTION_ID env var.
1010 shared_subscription_id = try (data. external . account_ids_by_name . result [local . shared_account_name ], local. subscription_id )
1111
12- # These must match the name of the resources created while bootstrapping the account in set-up-current- account
12+ # These must match the name of the resources created while bootstrapping the account in set-up-account
1313 tf_state_resource_group_name = " ${ module . project_config . project_name } -tf"
1414 # This must be unique across the entire Azure service, not just within the resource group.
1515 tf_state_storage_account_id_str = join (" -" , [local . subscription_id , local . tf_state_resource_group_name ])
You can’t perform that action at this time.
0 commit comments