Closed gavinelder closed 4 years ago
hi @gavinelder have you figured out what's the issue? I see you closed this PR and want to make sure nothing block you.
@chunyong-lin it looks like I am trying to solve a TF State migration issue, the changes to the Lambda TF module changes the resource index so is failing on an apply.
By carrying targetted appplies this can be resolved.
to: cc: @airbnb/streamalert-maintainers related to: resolves:
Background
The following resolves an error in TF application as per https://github.com/hashicorp/terraform/issues/22480#issuecomment-521762472
Changes
Add relevant tf12 compatibale
count.index
for use in the count statement.Testing
The following was tested and applied locally and used to deploy the latest 3.2.1 version tag.