-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
update node pool workload metada config attribute #2844
update node pool workload metada config attribute #2844
Conversation
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
Hello! I am a robot who works on Magic Modules PRs. I have detected that you are a community contributor, so your PR will be assigned to someone with a commit-bit on this repo for initial review. They will authorize it to run through our CI pipeline, which will generate downstream PRs. Thanks for your contribution! A human will be with you soon. @danawillow, please review this PR or find an appropriate assignee. |
Hi @thiagocaiubi, thanks for deciding to contribute! The tests that you pointed out actually do the reverse of what you were saying: magic-modules/third_party/terraform/tests/resource_container_node_pool_test.go.erb Lines 168 to 199 in f3b37e5
That My guess from a first glance is that this change will be very similar to #2105, just in the node pool resource instead of the cluster one. Give it a try from here, and let me know if you have further questions! |
Hi @danawillow thanks for clarifying. I was looking for the tests at google instead of google-beta. Sorry, my bad. I will take a look and give it try. Thank you! 👍 |
465edf9
to
aeb3090
Compare
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
aeb3090
to
af36cf5
Compare
Hello @danawillow. I have followed the steps in the PR you have mentioned but I'm still struggling with tests. Could you please take a look? |
Can you be more specific as to what you're having trouble with? |
Hello.
First, thank you for magic-modules.
I'm trying to fix hashicorp/terraform-provider-google#4041 but I'm struggling where I should make the change and how can I test the effects.
I can see the tests for
workload_metadata_config
were stripped out when the field moved fromgoogle
togoogle-beta
(#1008). The beta provider doesn't has any tests?Where can I find an example to help me with the issue?
I'd appreciate you share your comments on this. Thank you!