-
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
ISO partition does not support aws_instance disableApiStop argument #26424
Comments
We cannot verify the fix in #26745 actually fixes the issue. If you can report back to let us know, we'd appreciate! |
This functionality has been released in v4.31.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. Thank you! |
Hey @YakDriver thanks for looking into this issue. I have tested the provider v4.31.0 and the error is still present when running |
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. |
@adimupltr Can you provide any error message or portion of error message? The fix should have worked so it's difficult to know what's going on without being able to repro. Any extra information would help. |
Community Note
Relates #18593
Terraform CLI and Terraform AWS Provider Version
Terraform CLI 1.2.4
Terraform AWS Provider 4.24.0
Affected Resource(s)
Expected Behavior
No error when running
terraform plan
in the ISO partition.Actual Behavior
When running
terraform plan
in a region not supporting thedisableApiStop
argument.Steps to Reproduce
Run
terraform plan
in an environment with an existingaws_instance
resource in a region not supportingdisableApiStop
(for exampleus-isob-east-1
)Important Factoids
It looks like support for the
disableApiStop
argument was added in 4.20.0 for all regions, however not all regions have this new feature implemented. For example the ISO partition does not support this new feature.Reference PR: #25185
The text was updated successfully, but these errors were encountered: