-
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
Support the SERVICE_MANAGED permission model for CloudFormation StackSets #12422
Comments
any word on when someone will get assigned to this? |
@gespinoza22 CloudFormation released support for this last month if you happen to use also CloudFormation. |
Any updates on this? |
I found a workaround that helps while there's not direct terraform support: Use terraform to create a cloudformation stack in the organization's management account (terraform docs). This stack defines an This launches the stack set indirectly via |
This has been released in version 3.35.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! |
Community Note
Description
Currently, only the
SELF_MANAGED
permission model is supported by theaws_cloudformation_stack_set
resource (it is the default). However, theSERVICE_MANAGED
permission model is helpful when using StackSets to manage resources across an AWS Organization since it allows StackSet instances to target organizational units. But before changing theaws_cloudformation_stack_set_instance
resource, theaws_cloudformation_stack_set
resource needs to be updated to support theSERVICE_MANAGED
permission model and configureAutoDeployment
parameters.New or Affected Resource(s)
aws_cloudformation_stack_set
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: