Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ignore_read_extra to IntegrationConnectors Connection status fields #17897

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changelog/10474.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```release-note:none
```
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,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", "status.0.description", "labels", "terraform_labels"},
},
},
})
Expand Down Expand Up @@ -96,7 +96,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", "status.0.description", "labels", "terraform_labels"},
},
},
})
Expand Down Expand Up @@ -358,7 +358,7 @@ func TestAccIntegrationConnectorsConnection_integrationConnectorsConnectionSaExa
ResourceName: "google_integration_connectors_connection.zendeskconnection",
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{"location", "name", "labels", "terraform_labels"},
ImportStateVerifyIgnore: []string{"location", "name", "status.0.description", "labels", "terraform_labels"},
},
},
})
Expand Down Expand Up @@ -618,7 +618,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", "status.0.description", "labels", "terraform_labels"},
},
},
})
Expand Down Expand Up @@ -705,7 +705,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", "status.0.description", "labels", "terraform_labels"},
},
},
})
Expand Down Expand Up @@ -791,7 +791,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", "status.0.description", "labels", "terraform_labels"},
},
},
})
Expand Down Expand Up @@ -908,7 +908,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", "status.0.description", "labels", "terraform_labels"},
},
},
})
Expand Down