-
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 StackSet instances for StackSets that use the SERVICE_MANAGED permission model #12425
Comments
This is much needed. We currently frankenstein'd CloudFormation and Terraform due to the lack of this feature. It will be very nice once we have this. |
Hello there, Are there any updates on this? It seems that there are several issues opened for the same need which goes to show that people are really wanting this feature. Thank you in advance! |
Awaiting support from terraform for this. Much needed |
+1 need this functionality. |
I think I'm a little confused by how this interacts with the changes from #12423. Those changes don't seem to have actually added support for creating a Service Managed StackSet that deploys to a targeted OU, so while we "now support Service Managed StackSets", I'm not sure that the current setup would actually result in stack instances being deployed? So is this still blocked? Or is this supposed to be the improvement that would have us target which OUs to put instances in? EDIT: It seems to be the latter, which represents a difference between how you deploy/manage ServiceManaged Stacksets via the API vs. with Cloudformation. I suppose the pattern with the API is to do a |
Why would one release #12423 if it is unusable because |
We'd love the option to specify AWS ORG OU's for CF stacksets as well. As some people have mentioned, this param is only available when updating the stackset, not on creation: |
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
If/when the
aws_cloudformation_stack_set
resource supportsSERVICE_MANAGED
permissions (tracked by #12422), theaws_cloudformation_stack_set_instance
should support targeting organizational units so that it can be used to provision resources across an AWS Organization.Currently, the resource identifies itself so that it is particular to the 3-tuple of a StackSet, account, and region. This means one instance of the resource can't be used to manage StackSet instances across multiple regions or organizations dynamically (and I'm not sure if it really should). But in any case, this design makes it incompatible when targeting organizational units (which is required when referring to a StackSet that is using a
SERVICE_MANAGED
permission model).New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: