Skip to content

Commit cd11e39

Browse files
Sort ImportStateVerifyIgnore arrays in generated tests (#10648) (#18076)
[upstream:2737e1068044cb26ce3d215cb6747334d17ddc6e] Signed-off-by: Modular Magician <magic-modules@google.com>
1 parent 7e7ceec commit cd11e39

File tree

172 files changed

+455
-455
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

172 files changed

+455
-455
lines changed

google/services/alloydb/resource_alloydb_backup_generated_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func TestAccAlloydbBackup_alloydbBackupBasicTestExample(t *testing.T) {
5050
ResourceName: "google_alloydb_backup.default",
5151
ImportState: true,
5252
ImportStateVerify: true,
53-
ImportStateVerifyIgnore: []string{"backup_id", "location", "reconciling", "update_time", "labels", "annotations", "terraform_labels"},
53+
ImportStateVerifyIgnore: []string{"annotations", "backup_id", "labels", "location", "reconciling", "terraform_labels", "update_time"},
5454
},
5555
},
5656
})
@@ -105,7 +105,7 @@ func TestAccAlloydbBackup_alloydbBackupFullTestExample(t *testing.T) {
105105
ResourceName: "google_alloydb_backup.default",
106106
ImportState: true,
107107
ImportStateVerify: true,
108-
ImportStateVerifyIgnore: []string{"backup_id", "location", "reconciling", "update_time", "labels", "annotations", "terraform_labels"},
108+
ImportStateVerifyIgnore: []string{"annotations", "backup_id", "labels", "location", "reconciling", "terraform_labels", "update_time"},
109109
},
110110
},
111111
})

google/services/alloydb/resource_alloydb_cluster_generated_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func TestAccAlloydbCluster_alloydbClusterBasicExample(t *testing.T) {
4949
ResourceName: "google_alloydb_cluster.default",
5050
ImportState: true,
5151
ImportStateVerify: true,
52-
ImportStateVerifyIgnore: []string{"initial_user", "restore_backup_source", "restore_continuous_backup_source", "cluster_id", "location", "labels", "annotations", "terraform_labels"},
52+
ImportStateVerifyIgnore: []string{"annotations", "cluster_id", "initial_user", "labels", "location", "restore_backup_source", "restore_continuous_backup_source", "terraform_labels"},
5353
},
5454
},
5555
})
@@ -90,7 +90,7 @@ func TestAccAlloydbCluster_alloydbClusterFullExample(t *testing.T) {
9090
ResourceName: "google_alloydb_cluster.full",
9191
ImportState: true,
9292
ImportStateVerify: true,
93-
ImportStateVerifyIgnore: []string{"initial_user", "restore_backup_source", "restore_continuous_backup_source", "cluster_id", "location", "labels", "annotations", "terraform_labels"},
93+
ImportStateVerifyIgnore: []string{"annotations", "cluster_id", "initial_user", "labels", "location", "restore_backup_source", "restore_continuous_backup_source", "terraform_labels"},
9494
},
9595
},
9696
})
@@ -172,7 +172,7 @@ func TestAccAlloydbCluster_alloydbSecondaryClusterBasicTestExample(t *testing.T)
172172
ResourceName: "google_alloydb_cluster.secondary",
173173
ImportState: true,
174174
ImportStateVerify: true,
175-
ImportStateVerifyIgnore: []string{"initial_user", "restore_backup_source", "restore_continuous_backup_source", "cluster_id", "location", "labels", "annotations", "terraform_labels"},
175+
ImportStateVerifyIgnore: []string{"annotations", "cluster_id", "initial_user", "labels", "location", "restore_backup_source", "restore_continuous_backup_source", "terraform_labels"},
176176
},
177177
},
178178
})

google/services/alloydb/resource_alloydb_instance_generated_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func TestAccAlloydbInstance_alloydbInstanceBasicTestExample(t *testing.T) {
5050
ResourceName: "google_alloydb_instance.default",
5151
ImportState: true,
5252
ImportStateVerify: true,
53-
ImportStateVerifyIgnore: []string{"display_name", "cluster", "instance_id", "reconciling", "update_time", "labels", "annotations", "terraform_labels"},
53+
ImportStateVerifyIgnore: []string{"annotations", "cluster", "display_name", "instance_id", "labels", "reconciling", "terraform_labels", "update_time"},
5454
},
5555
},
5656
})
@@ -106,7 +106,7 @@ func TestAccAlloydbInstance_alloydbSecondaryInstanceBasicTestExample(t *testing.
106106
ResourceName: "google_alloydb_instance.secondary",
107107
ImportState: true,
108108
ImportStateVerify: true,
109-
ImportStateVerifyIgnore: []string{"display_name", "cluster", "instance_id", "reconciling", "update_time", "labels", "annotations", "terraform_labels"},
109+
ImportStateVerifyIgnore: []string{"annotations", "cluster", "display_name", "instance_id", "labels", "reconciling", "terraform_labels", "update_time"},
110110
},
111111
},
112112
})

google/services/alloydb/resource_alloydb_user_generated_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func TestAccAlloydbUser_alloydbUserBuiltinTestExample(t *testing.T) {
5050
ResourceName: "google_alloydb_user.user1",
5151
ImportState: true,
5252
ImportStateVerify: true,
53-
ImportStateVerifyIgnore: []string{"password", "cluster", "user_id", "password"},
53+
ImportStateVerifyIgnore: []string{"cluster", "password", "password", "user_id"},
5454
},
5555
},
5656
})
@@ -113,7 +113,7 @@ func TestAccAlloydbUser_alloydbUserIamTestExample(t *testing.T) {
113113
ResourceName: "google_alloydb_user.user2",
114114
ImportState: true,
115115
ImportStateVerify: true,
116-
ImportStateVerifyIgnore: []string{"password", "cluster", "user_id"},
116+
ImportStateVerifyIgnore: []string{"cluster", "password", "user_id"},
117117
},
118118
},
119119
})

google/services/apigee/resource_apigee_endpoint_attachment_generated_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func TestAccApigeeEndpointAttachment_apigeeEndpointAttachmentBasicTestExample(t
5353
ResourceName: "google_apigee_endpoint_attachment.apigee_endpoint_attachment",
5454
ImportState: true,
5555
ImportStateVerify: true,
56-
ImportStateVerifyIgnore: []string{"org_id", "endpoint_attachment_id"},
56+
ImportStateVerifyIgnore: []string{"endpoint_attachment_id", "org_id"},
5757
},
5858
},
5959
})

google/services/apigee/resource_apigee_keystores_aliases_self_signed_cert_generated_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func TestAccApigeeKeystoresAliasesSelfSignedCert_apigeeEnvKeystoreAliasSelfSigne
5353
ResourceName: "google_apigee_keystores_aliases_self_signed_cert.apigee_environment_keystore_ss_alias",
5454
ImportState: true,
5555
ImportStateVerify: true,
56-
ImportStateVerifyIgnore: []string{"org_id", "environment", "keystore", "key_size", "sig_alg", "subject", "cert_validity_in_days"},
56+
ImportStateVerifyIgnore: []string{"cert_validity_in_days", "environment", "key_size", "keystore", "org_id", "sig_alg", "subject"},
5757
},
5858
},
5959
})

google/services/apigee/resource_apigee_organization_generated_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func TestAccApigeeOrganization_apigeeOrganizationCloudBasicTestExample(t *testin
5353
ResourceName: "google_apigee_organization.org",
5454
ImportState: true,
5555
ImportStateVerify: true,
56-
ImportStateVerifyIgnore: []string{"project_id", "retention", "properties"},
56+
ImportStateVerifyIgnore: []string{"project_id", "properties", "retention"},
5757
},
5858
},
5959
})
@@ -139,7 +139,7 @@ func TestAccApigeeOrganization_apigeeOrganizationCloudBasicDisableVpcPeeringTest
139139
ResourceName: "google_apigee_organization.org",
140140
ImportState: true,
141141
ImportStateVerify: true,
142-
ImportStateVerifyIgnore: []string{"project_id", "retention", "properties"},
142+
ImportStateVerifyIgnore: []string{"project_id", "properties", "retention"},
143143
},
144144
},
145145
})

google/services/appengine/resource_app_engine_flexible_app_version_generated_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func TestAccAppEngineFlexibleAppVersion_appEngineFlexibleAppVersionExample(t *te
5050
ResourceName: "google_app_engine_flexible_app_version.myapp_v1",
5151
ImportState: true,
5252
ImportStateVerify: true,
53-
ImportStateVerifyIgnore: []string{"beta_settings", "env_variables", "deployment", "entrypoint", "service", "noop_on_destroy", "deployment.0.zip"},
53+
ImportStateVerifyIgnore: []string{"beta_settings", "deployment", "deployment.0.zip", "entrypoint", "env_variables", "noop_on_destroy", "service"},
5454
},
5555
},
5656
})

google/services/appengine/resource_app_engine_service_split_traffic_generated_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func TestAccAppEngineServiceSplitTraffic_appEngineServiceSplitTrafficExample(t *
4545
ResourceName: "google_app_engine_service_split_traffic.liveapp",
4646
ImportState: true,
4747
ImportStateVerify: true,
48-
ImportStateVerifyIgnore: []string{"split", "migrate_traffic"},
48+
ImportStateVerifyIgnore: []string{"migrate_traffic", "split"},
4949
},
5050
},
5151
})

google/services/appengine/resource_app_engine_standard_app_version_generated_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func TestAccAppEngineStandardAppVersion_appEngineStandardAppVersionExample(t *te
4949
ResourceName: "google_app_engine_standard_app_version.myapp_v1",
5050
ImportState: true,
5151
ImportStateVerify: true,
52-
ImportStateVerifyIgnore: []string{"threadsafe", "env_variables", "deployment", "entrypoint", "service", "delete_service_on_destroy"},
52+
ImportStateVerifyIgnore: []string{"delete_service_on_destroy", "deployment", "entrypoint", "env_variables", "service", "threadsafe"},
5353
},
5454
},
5555
})

google/services/apphub/resource_apphub_application_generated_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func TestAccApphubApplication_applicationBasicExample(t *testing.T) {
4949
ResourceName: "google_apphub_application.example",
5050
ImportState: true,
5151
ImportStateVerify: true,
52-
ImportStateVerifyIgnore: []string{"location", "application_id"},
52+
ImportStateVerifyIgnore: []string{"application_id", "location"},
5353
},
5454
},
5555
})
@@ -86,7 +86,7 @@ func TestAccApphubApplication_applicationFullExample(t *testing.T) {
8686
ResourceName: "google_apphub_application.example2",
8787
ImportState: true,
8888
ImportStateVerify: true,
89-
ImportStateVerifyIgnore: []string{"location", "application_id"},
89+
ImportStateVerifyIgnore: []string{"application_id", "location"},
9090
},
9191
},
9292
})

google/services/apphub/resource_apphub_service_generated_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func TestAccApphubService_apphubServiceBasicExample(t *testing.T) {
5656
ResourceName: "google_apphub_service.example",
5757
ImportState: true,
5858
ImportStateVerify: true,
59-
ImportStateVerifyIgnore: []string{"location", "application_id", "service_id"},
59+
ImportStateVerifyIgnore: []string{"application_id", "location", "service_id"},
6060
},
6161
},
6262
})
@@ -200,7 +200,7 @@ func TestAccApphubService_apphubServiceFullExample(t *testing.T) {
200200
ResourceName: "google_apphub_service.example",
201201
ImportState: true,
202202
ImportStateVerify: true,
203-
ImportStateVerifyIgnore: []string{"location", "application_id", "service_id"},
203+
ImportStateVerifyIgnore: []string{"application_id", "location", "service_id"},
204204
},
205205
},
206206
})

google/services/apphub/resource_apphub_workload_generated_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func TestAccApphubWorkload_apphubWorkloadBasicExample(t *testing.T) {
5656
ResourceName: "google_apphub_workload.example",
5757
ImportState: true,
5858
ImportStateVerify: true,
59-
ImportStateVerifyIgnore: []string{"location", "application_id", "workload_id"},
59+
ImportStateVerifyIgnore: []string{"application_id", "location", "workload_id"},
6060
},
6161
},
6262
})
@@ -218,7 +218,7 @@ func TestAccApphubWorkload_apphubWorkloadFullExample(t *testing.T) {
218218
ResourceName: "google_apphub_workload.example",
219219
ImportState: true,
220220
ImportStateVerify: true,
221-
ImportStateVerifyIgnore: []string{"location", "application_id", "workload_id"},
221+
ImportStateVerifyIgnore: []string{"application_id", "location", "workload_id"},
222222
},
223223
},
224224
})

google/services/artifactregistry/resource_artifact_registry_repository_generated_test.go

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func TestAccArtifactRegistryRepository_artifactRegistryRepositoryBasicExample(t
4949
ResourceName: "google_artifact_registry_repository.my-repo",
5050
ImportState: true,
5151
ImportStateVerify: true,
52-
ImportStateVerifyIgnore: []string{"repository_id", "location", "labels", "terraform_labels"},
52+
ImportStateVerifyIgnore: []string{"labels", "location", "repository_id", "terraform_labels"},
5353
},
5454
},
5555
})
@@ -85,7 +85,7 @@ func TestAccArtifactRegistryRepository_artifactRegistryRepositoryDockerExample(t
8585
ResourceName: "google_artifact_registry_repository.my-repo",
8686
ImportState: true,
8787
ImportStateVerify: true,
88-
ImportStateVerifyIgnore: []string{"repository_id", "location", "labels", "terraform_labels"},
88+
ImportStateVerifyIgnore: []string{"labels", "location", "repository_id", "terraform_labels"},
8989
},
9090
},
9191
})
@@ -126,7 +126,7 @@ func TestAccArtifactRegistryRepository_artifactRegistryRepositoryCmekExample(t *
126126
ResourceName: "google_artifact_registry_repository.my-repo",
127127
ImportState: true,
128128
ImportStateVerify: true,
129-
ImportStateVerifyIgnore: []string{"repository_id", "location", "labels", "terraform_labels"},
129+
ImportStateVerifyIgnore: []string{"labels", "location", "repository_id", "terraform_labels"},
130130
},
131131
},
132132
})
@@ -174,7 +174,7 @@ func TestAccArtifactRegistryRepository_artifactRegistryRepositoryVirtualExample(
174174
ResourceName: "google_artifact_registry_repository.my-repo",
175175
ImportState: true,
176176
ImportStateVerify: true,
177-
ImportStateVerifyIgnore: []string{"repository_id", "location", "labels", "terraform_labels"},
177+
ImportStateVerifyIgnore: []string{"labels", "location", "repository_id", "terraform_labels"},
178178
},
179179
},
180180
})
@@ -238,7 +238,7 @@ func TestAccArtifactRegistryRepository_artifactRegistryRepositoryRemoteExample(t
238238
ResourceName: "google_artifact_registry_repository.my-repo",
239239
ImportState: true,
240240
ImportStateVerify: true,
241-
ImportStateVerifyIgnore: []string{"repository_id", "location", "labels", "terraform_labels"},
241+
ImportStateVerifyIgnore: []string{"labels", "location", "repository_id", "terraform_labels"},
242242
},
243243
},
244244
})
@@ -281,7 +281,7 @@ func TestAccArtifactRegistryRepository_artifactRegistryRepositoryRemoteAptExampl
281281
ResourceName: "google_artifact_registry_repository.my-repo",
282282
ImportState: true,
283283
ImportStateVerify: true,
284-
ImportStateVerifyIgnore: []string{"repository_id", "location", "labels", "terraform_labels"},
284+
ImportStateVerifyIgnore: []string{"labels", "location", "repository_id", "terraform_labels"},
285285
},
286286
},
287287
})
@@ -327,7 +327,7 @@ func TestAccArtifactRegistryRepository_artifactRegistryRepositoryRemoteYumExampl
327327
ResourceName: "google_artifact_registry_repository.my-repo",
328328
ImportState: true,
329329
ImportStateVerify: true,
330-
ImportStateVerifyIgnore: []string{"repository_id", "location", "labels", "terraform_labels"},
330+
ImportStateVerifyIgnore: []string{"labels", "location", "repository_id", "terraform_labels"},
331331
},
332332
},
333333
})
@@ -373,7 +373,7 @@ func TestAccArtifactRegistryRepository_artifactRegistryRepositoryCleanupExample(
373373
ResourceName: "google_artifact_registry_repository.my-repo",
374374
ImportState: true,
375375
ImportStateVerify: true,
376-
ImportStateVerifyIgnore: []string{"repository_id", "location", "labels", "terraform_labels"},
376+
ImportStateVerifyIgnore: []string{"labels", "location", "repository_id", "terraform_labels"},
377377
},
378378
},
379379
})
@@ -436,7 +436,7 @@ func TestAccArtifactRegistryRepository_artifactRegistryRepositoryRemoteDockerhub
436436
ResourceName: "google_artifact_registry_repository.my-repo",
437437
ImportState: true,
438438
ImportStateVerify: true,
439-
ImportStateVerifyIgnore: []string{"repository_id", "location", "remote_repository_config.0.disable_upstream_validation", "labels", "terraform_labels"},
439+
ImportStateVerifyIgnore: []string{"labels", "location", "remote_repository_config.0.disable_upstream_validation", "repository_id", "terraform_labels"},
440440
},
441441
},
442442
})
@@ -506,7 +506,7 @@ func TestAccArtifactRegistryRepository_artifactRegistryRepositoryRemoteDockerCus
506506
ResourceName: "google_artifact_registry_repository.my-repo",
507507
ImportState: true,
508508
ImportStateVerify: true,
509-
ImportStateVerifyIgnore: []string{"repository_id", "location", "remote_repository_config.0.disable_upstream_validation", "labels", "terraform_labels"},
509+
ImportStateVerifyIgnore: []string{"labels", "location", "remote_repository_config.0.disable_upstream_validation", "repository_id", "terraform_labels"},
510510
},
511511
},
512512
})
@@ -578,7 +578,7 @@ func TestAccArtifactRegistryRepository_artifactRegistryRepositoryRemoteMavenCust
578578
ResourceName: "google_artifact_registry_repository.my-repo",
579579
ImportState: true,
580580
ImportStateVerify: true,
581-
ImportStateVerifyIgnore: []string{"repository_id", "location", "remote_repository_config.0.disable_upstream_validation", "labels", "terraform_labels"},
581+
ImportStateVerifyIgnore: []string{"labels", "location", "remote_repository_config.0.disable_upstream_validation", "repository_id", "terraform_labels"},
582582
},
583583
},
584584
})
@@ -650,7 +650,7 @@ func TestAccArtifactRegistryRepository_artifactRegistryRepositoryRemoteNpmCustom
650650
ResourceName: "google_artifact_registry_repository.my-repo",
651651
ImportState: true,
652652
ImportStateVerify: true,
653-
ImportStateVerifyIgnore: []string{"repository_id", "location", "remote_repository_config.0.disable_upstream_validation", "labels", "terraform_labels"},
653+
ImportStateVerifyIgnore: []string{"labels", "location", "remote_repository_config.0.disable_upstream_validation", "repository_id", "terraform_labels"},
654654
},
655655
},
656656
})
@@ -722,7 +722,7 @@ func TestAccArtifactRegistryRepository_artifactRegistryRepositoryRemotePythonCus
722722
ResourceName: "google_artifact_registry_repository.my-repo",
723723
ImportState: true,
724724
ImportStateVerify: true,
725-
ImportStateVerifyIgnore: []string{"repository_id", "location", "remote_repository_config.0.disable_upstream_validation", "labels", "terraform_labels"},
725+
ImportStateVerifyIgnore: []string{"labels", "location", "remote_repository_config.0.disable_upstream_validation", "repository_id", "terraform_labels"},
726726
},
727727
},
728728
})

google/services/beyondcorp/resource_beyondcorp_app_connection_generated_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func TestAccBeyondcorpAppConnection_beyondcorpAppConnectionBasicExample(t *testi
4949
ResourceName: "google_beyondcorp_app_connection.app_connection",
5050
ImportState: true,
5151
ImportStateVerify: true,
52-
ImportStateVerifyIgnore: []string{"name", "region", "labels", "terraform_labels"},
52+
ImportStateVerifyIgnore: []string{"labels", "name", "region", "terraform_labels"},
5353
},
5454
},
5555
})
@@ -102,7 +102,7 @@ func TestAccBeyondcorpAppConnection_beyondcorpAppConnectionFullExample(t *testin
102102
ResourceName: "google_beyondcorp_app_connection.app_connection",
103103
ImportState: true,
104104
ImportStateVerify: true,
105-
ImportStateVerifyIgnore: []string{"name", "region", "labels", "terraform_labels"},
105+
ImportStateVerifyIgnore: []string{"labels", "name", "region", "terraform_labels"},
106106
},
107107
},
108108
})

google/services/beyondcorp/resource_beyondcorp_app_connector_generated_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func TestAccBeyondcorpAppConnector_beyondcorpAppConnectorBasicExample(t *testing
4949
ResourceName: "google_beyondcorp_app_connector.app_connector",
5050
ImportState: true,
5151
ImportStateVerify: true,
52-
ImportStateVerifyIgnore: []string{"name", "region", "labels", "terraform_labels"},
52+
ImportStateVerifyIgnore: []string{"labels", "name", "region", "terraform_labels"},
5353
},
5454
},
5555
})
@@ -92,7 +92,7 @@ func TestAccBeyondcorpAppConnector_beyondcorpAppConnectorFullExample(t *testing.
9292
ResourceName: "google_beyondcorp_app_connector.app_connector",
9393
ImportState: true,
9494
ImportStateVerify: true,
95-
ImportStateVerifyIgnore: []string{"name", "region", "labels", "terraform_labels"},
95+
ImportStateVerifyIgnore: []string{"labels", "name", "region", "terraform_labels"},
9696
},
9797
},
9898
})

google/services/beyondcorp/resource_beyondcorp_app_gateway_generated_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func TestAccBeyondcorpAppGateway_beyondcorpAppGatewayBasicExample(t *testing.T)
4949
ResourceName: "google_beyondcorp_app_gateway.app_gateway",
5050
ImportState: true,
5151
ImportStateVerify: true,
52-
ImportStateVerifyIgnore: []string{"name", "region", "labels", "terraform_labels"},
52+
ImportStateVerifyIgnore: []string{"labels", "name", "region", "terraform_labels"},
5353
},
5454
},
5555
})
@@ -85,7 +85,7 @@ func TestAccBeyondcorpAppGateway_beyondcorpAppGatewayFullExample(t *testing.T) {
8585
ResourceName: "google_beyondcorp_app_gateway.app_gateway",
8686
ImportState: true,
8787
ImportStateVerify: true,
88-
ImportStateVerifyIgnore: []string{"name", "region", "labels", "terraform_labels"},
88+
ImportStateVerifyIgnore: []string{"labels", "name", "region", "terraform_labels"},
8989
},
9090
},
9191
})

google/services/biglake/resource_biglake_table_generated_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func TestAccBiglakeTable_biglakeTableExample(t *testing.T) {
4949
ResourceName: "google_biglake_table.table",
5050
ImportState: true,
5151
ImportStateVerify: true,
52-
ImportStateVerifyIgnore: []string{"name", "database"},
52+
ImportStateVerifyIgnore: []string{"database", "name"},
5353
},
5454
},
5555
})

0 commit comments

Comments
 (0)