Skip to content

container: allow updating windows_node_config in place #13658

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DrFaust92
Copy link
Contributor

@DrFaust92 DrFaust92 commented Apr 13, 2025

Release Note Template for Downstream PRs (will be copied)

See Write release notes for guidance.

container: allow updaing `windows_node_config` in place

tests and update logix exists, but the forcenew is extraneous. tested locally with flag and before to validate behavour change and that node pool is not recreated. other changes is just fmt

@@ -718,7 +718,6 @@ func schemaNodeConfig() *schema.Schema {
"osversion": {
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actual change, everything else is fmt

@github-actions github-actions bot requested a review from roaks3 April 13, 2025 14:52
Copy link

Hello! I am a robot. Tests will require approval from a repository maintainer to run. Googlers: see go/terraform-auto-test-runs to set up automatic test runs.

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

@modular-magician modular-magician added the awaiting-approval Pull requests that need reviewer's approval to run presubmit tests label Apr 13, 2025
Copy link
Contributor

@roaks3 roaks3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you think we might be able to add a plan check to TestAccContainerNodePool_withWindowsNodeConfig, as specified here? That would be nice to confirm the update in place, since the test was passing before.

Otherwise the change LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-approval Pull requests that need reviewer's approval to run presubmit tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants