Skip to content

Commit

Permalink
Adding "status.0.description" to ImportStateVerifyIgnore of Connectio…
Browse files Browse the repository at this point in the history
…n resource tests (#10902) (#18377)

[upstream:070e08060509e9c8e16495abfe7b29e8dee7b4ca]

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Jun 10, 2024
1 parent 6a6e774 commit 510ddd1
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,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"},
},
},
})
Expand Down Expand Up @@ -106,7 +106,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"},
},
},
})
Expand Down Expand Up @@ -367,7 +367,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"},
},
},
})
Expand Down Expand Up @@ -626,7 +626,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"},
},
},
})
Expand Down Expand Up @@ -713,7 +713,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"},
},
},
})
Expand Down Expand Up @@ -798,7 +798,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"},
},
},
})
Expand Down Expand Up @@ -914,7 +914,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"},
},
},
})
Expand Down Expand Up @@ -998,7 +998,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),
Expand All @@ -1007,7 +1007,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"},
},
},
})
Expand Down

0 comments on commit 510ddd1

Please sign in to comment.