-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
[#6785] aws_opsworks_custom_layer
should support encrypted
ebs_volume
configurations
#7110
[#6785] aws_opsworks_custom_layer
should support encrypted
ebs_volume
configurations
#7110
Conversation
Any chance of this getting into the next release? :) |
@aeschright I know there are a vast number of open PRs ATM - I can only imagine how difficult it is to keep up - but as this is a small change and it's been open for a while, is there any chance of it being merged in the near future? |
Hi! This looks pretty straightforward for us to accept, but there's a merge conflict that @dclark will need to resolve, then run the tests again. |
@aeschright I'll look into this and resolve. |
1063ccd
to
c588cce
Compare
…d` `ebs_volume` configurations. * Adds an encrypted boolean option to the aws_opsworks_custom_layer * default set to false and set as optional for backward compatibility and tests added. * Remove unnecessary conversion (unconvert) * Add encrypted option to the aws opsworks custom layer ebs volume documentation
47260eb
to
052155d
Compare
@aeschright Pull request has been updated. make testacc TEST=./aws TESTARGS='-run=TestAccAWSOpsworksCustomLayer_basic' make testacc TEST=./aws TESTARGS='-run=TestAccAWSOpsworksCustomLayer_noVPC' |
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.
🚀 🌟
--- PASS: TestAccAWSOpsworksCustomLayer_basic (31.39s)
--- PASS: TestAccAWSOpsworksCustomLayer_noVPC (45.40s)
@aeschright adding to this release's milestone (v2.43.0) and closing the associated feature request (#6785) |
This has been released in version 2.43.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! |
Adds an encrypted boolean option to the aws_opsworks_custom_layer
default set to false and set as optional for backward compatibility and tests added.
Output from acceptance testing:
=== RUN TestAccAWSOpsworksCustomLayer_importBasic
=== PAUSE TestAccAWSOpsworksCustomLayer_importBasic
=== RUN TestAccAWSOpsworksCustomLayer_basic
=== PAUSE TestAccAWSOpsworksCustomLayer_basic
=== CONT TestAccAWSOpsworksCustomLayer_importBasic
--- PASS: TestAccAWSOpsworksCustomLayer_importBasic (68.78s)
=== CONT TestAccAWSOpsworksCustomLayer_basic
--- PASS: TestAccAWSOpsworksCustomLayer_basic (69.50s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 138.301s