-
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
[Docs]: aws_cloudformation_stack_instances
vs aws_cloudformation_stack_set_instance
#39712
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
@aristosvo Sharing my 2c but @YakDriver feel free to correct me if I'm wrong. The rationale behind a new resource was brought up in this issue: #24752 (comment). Basically there were too many changes and fixes that needed to happen in the existing resource that was decided to create a new one to avoid any compatibility issues. I do think the Regarding the naming, it looks like the resource name was overlooked I'm afraid. I agree it would made more sense for the resource to be called |
@ericofusco I might be wrong here, but a key use-case that If I were to use |
Documentation Link
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudformation_stack_set
Description
The documentation on both the
aws_cloudformation_stack_instances
andaws_cloudformation_stack_set_instance
resource aren't clear about the relationship/features distinguishing the two.It seems
aws_cloudformation_stack_instances
is the newest one and should solve the issues withaws_cloudformation_stack_set_instance
, but it isn't propagated as the successor, while the functionality is really closely related.Also questionable is the naming, why not
aws_cloudformation_stack_set_instances
?References
#39683
#36794
Would you like to implement a fix?
Yes, but I would probably need some input from @YakDriver on the thoughts behind the new
aws_cloudformation_stack_instances
resource.The text was updated successfully, but these errors were encountered: