From be8526b411e2fd74164169e39eede14e4ffe74b0 Mon Sep 17 00:00:00 2001 From: Balanagu Harsha Vardhan Date: Fri, 7 Jun 2024 11:21:17 +0530 Subject: [PATCH] Adding "status.0.description" to ImportStateVerifyIgnore --- ...e_integration_connectors_connection_test.go | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/mmv1/third_party/terraform/services/integrationconnectors/resource_integration_connectors_connection_test.go b/mmv1/third_party/terraform/services/integrationconnectors/resource_integration_connectors_connection_test.go index dbe7e4f5bc9d..2551008583a2 100644 --- a/mmv1/third_party/terraform/services/integrationconnectors/resource_integration_connectors_connection_test.go +++ b/mmv1/third_party/terraform/services/integrationconnectors/resource_integration_connectors_connection_test.go @@ -57,7 +57,7 @@ func testAccIntegrationConnectorsConnection_integrationConnectorsConnectionBasic ResourceName: "google_integration_connectors_connection.pubsubconnection", ImportState: true, ImportStateVerify: true, - ImportStateVerifyIgnore: []string{"location", "name", "labels", "terraform_labels"}, + ImportStateVerifyIgnore: []string{"location", "name", "labels", "terraform_labels", "status.0.description"}, }, }, }) @@ -104,7 +104,7 @@ func testAccIntegrationConnectorsConnection_integrationConnectorsConnectionAdvan ResourceName: "google_integration_connectors_connection.zendeskconnection", ImportState: true, ImportStateVerify: true, - ImportStateVerifyIgnore: []string{"location", "name", "labels", "terraform_labels"}, + ImportStateVerifyIgnore: []string{"location", "name", "labels", "terraform_labels", "status.0.description"}, }, }, }) @@ -365,7 +365,7 @@ func testAccIntegrationConnectorsConnection_integrationConnectorsConnectionSaRes ResourceName: "google_integration_connectors_connection.zendeskconnection", ImportState: true, ImportStateVerify: true, - ImportStateVerifyIgnore: []string{"location", "name", "labels", "terraform_labels"}, + ImportStateVerifyIgnore: []string{"location", "name", "labels", "terraform_labels", "status.0.description"}, }, }, }) @@ -624,7 +624,7 @@ func testAccIntegrationConnectorsConnection_integrationConnectorsConnectionOauth ResourceName: "google_integration_connectors_connection.boxconnection", ImportState: true, ImportStateVerify: true, - ImportStateVerifyIgnore: []string{"location", "name", "labels", "terraform_labels"}, + ImportStateVerifyIgnore: []string{"location", "name", "labels", "terraform_labels", "status.0.description"}, }, }, }) @@ -711,7 +711,7 @@ func testAccIntegrationConnectorsConnection_integrationConnectorsConnectionOauth ResourceName: "google_integration_connectors_connection.boxconnection", ImportState: true, ImportStateVerify: true, - ImportStateVerifyIgnore: []string{"location", "name", "labels", "terraform_labels"}, + ImportStateVerifyIgnore: []string{"location", "name", "labels", "terraform_labels", "status.0.description"}, }, }, }) @@ -796,7 +796,7 @@ func testAccIntegrationConnectorsConnection_integrationConnectorsConnectionOauth ResourceName: "google_integration_connectors_connection.boxconnection", ImportState: true, ImportStateVerify: true, - ImportStateVerifyIgnore: []string{"location", "name", "labels", "terraform_labels"}, + ImportStateVerifyIgnore: []string{"location", "name", "labels", "terraform_labels", "status.0.description"}, }, }, }) @@ -912,7 +912,7 @@ func testAccIntegrationConnectorsConnection_integrationConnectorsConnectionOauth ResourceName: "google_integration_connectors_connection.boxconnection", ImportState: true, ImportStateVerify: true, - ImportStateVerifyIgnore: []string{"location", "name", "labels", "terraform_labels"}, + ImportStateVerifyIgnore: []string{"location", "name", "labels", "terraform_labels", "status.0.description"}, }, }, }) @@ -996,7 +996,7 @@ func testAccIntegrationConnectorsConnection_updateResource(t *testing.T) { ResourceName: "google_integration_connectors_connection.zendeskconnection", ImportState: true, ImportStateVerify: true, - ImportStateVerifyIgnore: []string{"location", "name", "labels", "terraform_labels"}, + ImportStateVerifyIgnore: []string{"location", "name", "labels", "terraform_labels", "status.0.description"}, }, { Config: testAccIntegrationConnectorsConnection_update(context), @@ -1005,7 +1005,7 @@ func testAccIntegrationConnectorsConnection_updateResource(t *testing.T) { ResourceName: "google_integration_connectors_connection.zendeskconnection", ImportState: true, ImportStateVerify: true, - ImportStateVerifyIgnore: []string{"location", "name", "labels", "terraform_labels"}, + ImportStateVerifyIgnore: []string{"location", "name", "labels", "terraform_labels", "status.0.description"}, }, }, })