Skip to content

Commit

Permalink
Merge pull request #36794 from alexknez/f-cf-stack-set-instance-regions
Browse files Browse the repository at this point in the history
New resource: aws_cloudformaton_stack_instances
  • Loading branch information
YakDriver committed Sep 10, 2024
2 parents 7d13114 + 69429ca commit 5153d82
Show file tree
Hide file tree
Showing 9 changed files with 2,101 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .changelog/36794.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
```release-note:new-resource
aws_cloudformation_stack_instances
```

```release-note:bug
resource/aws_iam_role: Fix to reduce Terraform reporting differences when a role's ARN temporarily appears as the role's unique ID
```
3 changes: 3 additions & 0 deletions internal/service/cloudformation/exports_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@ var (
ResourceStack = resourceStack
ResourceStackSet = resourceStackSet
ResourceStackSetInstance = resourceStackSetInstance
ResourceStackInstances = resourceStackInstances
ResourceType = resourceType

FindStackInstanceByFourPartKey = findStackInstanceByFourPartKey
FindStackInstanceSummariesByFourPartKey = findStackInstanceSummariesByFourPartKey
FindStackSetByName = findStackSetByName
FindTypeByARN = findTypeByARN
FindStackInstancesByNameCallAs = findStackInstancesByNameCallAs
StackSetInstanceResourceIDPartCount = stackSetInstanceResourceIDPartCount
StackInstancesResourceIDPartCount = stackInstancesResourceIDPartCount
TypeVersionARNToTypeARNAndVersionID = typeVersionARNToTypeARNAndVersionID
)
5 changes: 5 additions & 0 deletions internal/service/cloudformation/service_package_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5153d82

Please sign in to comment.