File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments