Skip to content

Commit

Permalink
Adding "status.0.description" to ImportStateVerifyIgnore
Browse files Browse the repository at this point in the history
  • Loading branch information
balanaguharsha authored Jun 7, 2024
1 parent 2e07006 commit be8526b
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
},
},
})
Expand Down Expand Up @@ -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"},
},
},
})
Expand Down Expand Up @@ -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"},
},
},
})
Expand Down Expand Up @@ -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"},
},
},
})
Expand Down Expand Up @@ -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"},
},
},
})
Expand Down Expand Up @@ -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"},
},
},
})
Expand Down Expand Up @@ -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"},
},
},
})
Expand Down Expand Up @@ -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),
Expand All @@ -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"},
},
},
})
Expand Down

0 comments on commit be8526b

Please sign in to comment.