-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
New Resource: aws_workspaces_ip_group #10904
New Resource: aws_workspaces_ip_group #10904
Conversation
6f04875
to
49cdf10
Compare
@tombuildsstuff Please, could you provide feedback regarding the latest changes after our yesterday talk? |
49cdf10
to
9d151a5
Compare
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.
Thanks for the PR, @Tensho. This looks like a good start, and I have just a few changes I'd like to see.
This resource is taggable, so it should have a tags
attribute.
Please add a reference to the resource documentation in the file https://github.com/terraform-providers/terraform-provider-aws/blob/master/website/aws.erb
9d151a5
to
3e6149b
Compare
@gdavison Thank you for review 🙇 I've changed everything you noted. Please check it out again. |
@gdavison Please could you help me figure out what's wrong with website rendering? CI reports an issue with the links... |
I've been wondering the same, and I've looked at it a bunch of times. But I finally got it: the documentation file has the extension |
3e6149b
to
a7cb29b
Compare
Nice spot 👍 Fixed! |
Acceptance test results:
|
This has been released in version 2.42.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Relates to #434
Community Note
Release note for CHANGELOG:
Example
Test
Output from acceptance testing:
Notes
This is my first contribution here, please don't hesitate to criticize the PR. I'm eager to make it perfect 🙂
❗️ I need the help to understand the hashing approach for
TypeSet
values, likerules
Documentation doesn't cover how to digest the hash of the set. During HashiCorp Kyiv Meetup #8: Adding new resources to a Terraform Provider @tombuildsstuff suggested to leave all attributes verification to the intermediate import test step. I've done this way, however, I don't like implicit test and do believe explicit one should be more sustainable.References
UpdateRulesOfIpGroup
exists)