-
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
Missing public for aws_ami and aws_ami_from_instance #11101
Comments
I think this implies reworking If I try to construct a launch permission with
So I think the launch permission has to change to unblock this. (Not sure why the extra space in the error messages' quote marks.) |
I've implemented this in #20677, and you can use it pretty easily if you're using Nix to manage your Terraform environment. See: #20677 (comment) |
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. |
Community Note
Description
Currently there's no way to mark created AMI image as available public. Proposal is to add
public
parameter that defaults tofalse
. Setting to true would mark AMI public and accessible for all.New or Affected Resource(s)
Potential Terraform Configuration
The text was updated successfully, but these errors were encountered: