-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
feat: Add support for disable_api_stop
attribute
#275
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
feat: Add support for disable_api_stop
attribute
#275
Conversation
disable_api_stop
attribute
Looks good and almost there - just need to update the min supported provider version to 4.20 and update the wrappers (will autoupdate if you install hcledit and run pre-commit) |
@bryantbiggs Thanks . I have updated the |
@bryantbiggs looks good ? |
you have a failing CI check - you need to run |
|
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 @msharma24 !
## [4.1.0](v4.0.0...v4.1.0) (2022-07-19) ### Features * Add support for `disable_api_stop` attribute ([#275](#275)) ([cb367ec](cb367ec))
This PR is included in version 4.1.0 🎉 |
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. |
Description
Added disable_api_stop action attribute to the ec2 instance resource - Supported in latest TF Provider release 4.20.0
Motivation and Context
To prevent your instance from being accidentally stopped, you can enable stop protection for the instance.
Breaking Changes
No
How Has This Been Tested?
I have updated at least one of the
examples/*
to demonstrate and validate my change(s)I have tested and validated these changes using one or more of the provided
examples/*
projectsI have executed
pre-commit run -a
on my pull request