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

Change region field required to default_from_api #10718

Conversation

pawelJas
Copy link
Contributor

Change region field for google_compute_region_ssl_policy to be optional and to be inferred from environment.

Fixes hashicorp/terraform-provider-google#17142

  • Searched through the issue tracker for an open issue that this either resolves or contributes.
  • Generated Terraform, and ran make test and make lint to ensure it passes unit and linter tests.
  • Ensured that all new fields I added that can be set by a user appear in at least one example (for generated resources) or third_party test (for handwritten resources or update tests). - read only field
  • Ran relevant acceptance tests (If the acceptance tests do not yet pass or you are unable to run them, please let your reviewer know).
  • Read the Release Notes Guide before writing my release note below.

Release Note Template for Downstream PRs (will be copied)

compute: Allowed `region` field to `google_compute_region_ssl_policy` resource to be inferred from environment

@github-actions github-actions bot requested a review from roaks3 May 16, 2024 14:13
Copy link

Hello! I am a robot. Tests will require approval from a repository maintainer to run.

@roaks3, 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.

melinath and others added 28 commits May 16, 2024 15:16
melinath and others added 29 commits May 16, 2024 15:16
@pawelJas pawelJas closed this May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment