Skip to content

Commit 1db2f52

Browse files
committed
move cloudquotas configuration block to alphabetical location
Signed-off-by: Jacob Straszynski <jacob.straszynski@planet.com>
1 parent 190ed4b commit 1db2f52

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

config/externalname.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ var terraformPluginSDKExternalNameConfigs = map[string]config.ExternalName{
9797
// Imported by using the following projects/{{project}}/roles/{{role_id}}
9898
"google_project_iam_custom_role": config.TemplatedStringAsIdentifier("role_id", "projects/{{ .setup.configuration.project }}/roles/{{ .external_name }}"),
9999

100+
// cloudquotas
101+
"google_cloud_quotas_quota_preference": config.TemplatedStringAsIdentifier("name", "{{ .parameters.parent }}/locations/global/quotaPreferences/{{ .external_name }}"),
102+
100103
// cloudrun
101104
//
102105
// Imported by using the following format: locations/{{location}}/namespaces/{{project}}/domainmappings/{{name}}
@@ -1037,9 +1040,6 @@ var terraformPluginSDKExternalNameConfigs = map[string]config.ExternalName{
10371040
"google_tags_tag_key": config.IdentifierFromProvider,
10381041
// Imported by using the following tagValues/{{name}}
10391042
"google_tags_tag_value": config.IdentifierFromProvider,
1040-
1041-
// cloudquotas
1042-
"google_cloud_quotas_quota_preference": config.TemplatedStringAsIdentifier("name", "{{ .parameters.parent }}/locations/global/quotaPreferences/{{ .external_name }}"),
10431043
}
10441044

10451045
// cliReconciledExternalNameConfigs contains all external name configurations

0 commit comments

Comments
 (0)