terraform-aws-modules / .github

Meta-GitHub repository for all terraform-aws-modules repositories 🇺🇦
22 stars 30 forks source link

stream arn reference #21

Closed ny3nc9 closed 2 years ago

ny3nc9 commented 2 years ago

stream arn in output seems incorrect

https://github.com/terraform-aws-modules/terraform-aws-dynamodb-table/blob/4e2c8ec638d03276038766afa24cdca41453ef67/outputs.tf#L13

shouldn't this be var.stream_enabled ? try(aws_dynamodb_table.this[0].id, aws_dynamodb_table.autoscaled[0].stream_arn, "") : null

var.stream_enabled ? try(aws_dynamodb_table.this[0].stream_arn, aws_dynamodb_table.autoscaled[0].stream_arn, "") : null