Skip to content

Commit

Permalink
fix subnet id value
Browse files Browse the repository at this point in the history
  • Loading branch information
timburke-hackit committed Nov 6, 2023
1 parent 05fd672 commit a24261f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/core/13-mssql-ingestion.tf
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ module "academy_state_machine" {
"Resource": "arn:aws:states:::aws-sdk:ec2:describeSubnets",
"Parameters": {
"SubnetIds": [
"${data.aws_subnet.network[local.instance_subnet_id]}"
"${local.instance_subnet_id}"
]
},
"ResultPath": "$.SubnetResult",
Expand Down

0 comments on commit a24261f

Please sign in to comment.