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 plan-time validation of name on google_compute_instance #20036

Conversation

modular-magician
Copy link
Collaborator

closes #18265

  • Added name validation to google_compute_instance

The regexes are wrong in the validation file. Our verification functions expected 2-63 characters when in reality it's 1-63. Basing on this documentation: https://cloud.google.com/compute/docs/naming-resources#resource-name-format and manual testing

Some other tests might fail due to these changes in the validate file so pls paste the test errors after the CICD run

Release Note Template for Downstream PRs (will be copied)

compute: added plan-time validation to `name` on `google_compute_instance`

Derived from GoogleCloudPlatform/magic-modules#11886

…icorp#11886)

Co-authored-by: Cameron Thornton <camthornton@google.com>

[upstream:4f8bd9304149a31b696139ce9c5086f3b42e00b9]

Signed-off-by: Modular Magician <magic-modules@google.com>
@modular-magician modular-magician merged commit c54f3f1 into hashicorp:main Oct 25, 2024
4 checks passed
@modular-magician modular-magician deleted the downstream-pr-4f8bd9304149a31b696139ce9c5086f3b42e00b9 branch November 17, 2024 00:08
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing plan-time validation for the name attribute of the google_compute_instance
1 participant