-
Notifications
You must be signed in to change notification settings - Fork 2.1k
feat: Add support for deletion_policy on shared vpc service project #7283
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
Conversation
|
Oops! It looks like you're using an unknown release-note type in your changelog entries:
Please only use the types listed in https://github.com/GoogleCloudPlatform/magic-modules/blob/master/.ci/RELEASE_NOTES_GUIDE.md. |
|
Oops! It looks like you're using an unknown release-note type in your changelog entries:
Please only use the types listed in https://github.com/GoogleCloudPlatform/magic-modules/blob/master/.ci/RELEASE_NOTES_GUIDE.md. |
1 similar comment
|
Oops! It looks like you're using an unknown release-note type in your changelog entries:
Please only use the types listed in https://github.com/GoogleCloudPlatform/magic-modules/blob/master/.ci/RELEASE_NOTES_GUIDE.md. |
Signed-off-by: NexusNull <[email protected]>
|
Oops! It looks like you're using an unknown release-note type in your changelog entries:
Please only use the types listed in https://github.com/GoogleCloudPlatform/magic-modules/blob/master/.ci/RELEASE_NOTES_GUIDE.md. |
|
Please don't mind the force commits, I had to re-sign the commit with the correct email address. |
Signed-off-by: NexusNull <[email protected]>
Signed-off-by: NexusNull <[email protected]>
|
I was unable to run the acceptance tests, however I tested it manually without any issues. |
melinath
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks good assuming tests pass, just one nit
mmv1/third_party/terraform/resources/resource_compute_shared_vpc_service_project.go.erb
Outdated
Show resolved
Hide resolved
|
/gcbrun |
|
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 ( 2 files changed, 117 insertions(+), 1 deletion(-)) |
Tests analyticsTotal tests: Errors occurred during REPLAYING mode. Please fix them to complete your PR |
melinath
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
re-marking as changes requested
|
Note: tests are failing due to provider compilation failing: Please generate the provider and run unit tests even if you're not able to run acceptance tests to make sure this is fixed. |
…pc_service_project.go.erb Co-authored-by: Stephen Lewis (Burrows) <[email protected]>
mmv1/third_party/terraform/tests/resource_compute_shared_vpc_test.go
Outdated
Show resolved
Hide resolved
Signed-off-by: NexusNull <[email protected]>
Signed-off-by: NexusNull <[email protected]>
|
/gcbrun |
|
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 ( 2 files changed, 115 insertions(+)) |
Tests analyticsTotal tests: Action takenTriggering VCR tests in RECORDING mode for the tests that failed during VCR. Click here to see the failed testsTestAccComputeSharedVpc_basic|TestAccComputeForwardingRule_update |
…oogleCloudPlatform#7283) * feat: Add support for deletion_policy on shared vpc service project Signed-off-by: NexusNull <[email protected]> * test: Add tests for deletion_policy on shared vpc service project Signed-off-by: NexusNull <[email protected]> * fix: reorder tests for better coverage Signed-off-by: NexusNull <[email protected]> * Update mmv1/third_party/terraform/resources/resource_compute_shared_vpc_service_project.go.erb Co-authored-by: Stephen Lewis (Burrows) <[email protected]> * fix: add comma in test Signed-off-by: NexusNull <[email protected]> * fix formatting Signed-off-by: NexusNull <[email protected]> --------- Signed-off-by: NexusNull <[email protected]> Co-authored-by: Stephen Lewis (Burrows) <[email protected]>
* main: (41 commits) update the test cases to resolve resourcename not found error Adds `grpc` field to `liveness_probe` and `startup_probe` to `google_cloud_run_v2_service` resource (GoogleCloudPlatform#6987) Upgrade DCL to v1.34 (GoogleCloudPlatform#7276) Add max_distance field to group placement policy (GoogleCloudPlatform#7354) Add stateful_ips to region_per_instance_config and per_instance_config (GoogleCloudPlatform#7316) Added support for workload-vulnerability-scanning and workload-config-audit (GoogleCloudPlatform#7310) datacatalog - bump Taxonomy and PolicyTag to ga (GoogleCloudPlatform#6989) Added best practices documentation for ForceNew fields (GoogleCloudPlatform#7127) Split resources in "B" products (GoogleCloudPlatform#7350) force recreate on master_config.num_instances (GoogleCloudPlatform#7349) Fix DataFusion instance versions used in tests (GoogleCloudPlatform#7343) remove duplicate word in Cluster.yaml (GoogleCloudPlatform#7347) Move more billing tests that require permissions beyond Billing User to master billing account (GoogleCloudPlatform#7344) Remove artifact repository beta URL, fixup handwritten tests (GoogleCloudPlatform#7345) Cloud Workstations - Workstation Config (GoogleCloudPlatform#7017) Add missing `type` argument to data source docs (GoogleCloudPlatform#7341) Fix caps in spanner resource schema accesses (GoogleCloudPlatform#7346) Downgrade Go to 1.18, modify comments (GoogleCloudPlatform#7339) feat: Add support for deletion_policy on shared vpc service project (GoogleCloudPlatform#7283) fixed virtual field update issues (GoogleCloudPlatform#7318) ...
…oogleCloudPlatform#7283) * feat: Add support for deletion_policy on shared vpc service project Signed-off-by: NexusNull <[email protected]> * test: Add tests for deletion_policy on shared vpc service project Signed-off-by: NexusNull <[email protected]> * fix: reorder tests for better coverage Signed-off-by: NexusNull <[email protected]> * Update mmv1/third_party/terraform/resources/resource_compute_shared_vpc_service_project.go.erb Co-authored-by: Stephen Lewis (Burrows) <[email protected]> * fix: add comma in test Signed-off-by: NexusNull <[email protected]> * fix formatting Signed-off-by: NexusNull <[email protected]> --------- Signed-off-by: NexusNull <[email protected]> Co-authored-by: Stephen Lewis (Burrows) <[email protected]>
Signed-off-by: NexusNull [email protected]
part of: hashicorp/terraform-provider-google#13699
If this PR is for Terraform, I acknowledge that I have:
make testandmake lintin the generated providers to ensure it passes unit and linter tests.Release Note Template for Downstream PRs (will be copied)