-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Added abandon policy #9765
Added abandon policy #9765
Conversation
Hello! I am a robot. It looks like you are a: @ScottSuarez, a repository maintainer, has been assigned to review your changes. If you have not received review feedback within 2 business days, please leave a comment on this PR asking them to take a look. You can help make sure that review is quick by doing a self-review and by running impacted tests locally. |
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are. Terraform GA: Diff ( 1 file changed, 13 insertions(+)) Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_service_networking_connection" "primary" {
deletion_policy = # value needed
}
|
Tests analyticsTotal tests: Click here to see the affected service packages
|
Tests analyticsTotal tests: Click here to see the affected service packages
Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected testsTestAccServiceNetworkingConnection_abandon |
|
…bute so it will never import.
...rd_party/terraform/services/servicenetworking/resource_service_networking_connection_test.go
Outdated
Show resolved
Hide resolved
Tests analyticsTotal tests: Click here to see the affected service packages
Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected testsTestAccServiceNetworkingConnection_abandon |
Tests analyticsTotal tests: Click here to see the affected service packages
|
* Added abandon policy * Fixed linting errors on line 68 and 262 * added test coverage * Fixed test case to pass if network is destroyed successfully * Disabled testing for state import. Deletion policy isn't an API attribute so it will never import. * Added documentation for the additional argument
* Added abandon policy * Fixed linting errors on line 68 and 262 * added test coverage * Fixed test case to pass if network is destroyed successfully * Disabled testing for state import. Deletion policy isn't an API attribute so it will never import. * Added documentation for the additional argument
* Added abandon policy * Fixed linting errors on line 68 and 262 * added test coverage * Fixed test case to pass if network is destroyed successfully * Disabled testing for state import. Deletion policy isn't an API attribute so it will never import. * Added documentation for the additional argument
* Added abandon policy * Fixed linting errors on line 68 and 262 * added test coverage * Fixed test case to pass if network is destroyed successfully * Disabled testing for state import. Deletion policy isn't an API attribute so it will never import. * Added documentation for the additional argument
Resolved hashicorp/terraform-provider-google#16275
Release Note Template for Downstream PRs (will be copied)