Error when var.config.*.subnet_route_table_ids
derives from a value in the same state
#31
Labels
bug
🐛 An issue with the system
Found a bug? Maybe our Slack Community can help.
Describe the Bug
When
var.config.*.subnet_route_table_ids
is in the same state and has not yet been applied, the following occurs:This also happens when
var.route_keys_enabled
is true:Expected Behavior
When
var.subnet_route_table_ids
derives from a value in the same state, creating a TGW attachment should still be possible.This is coming from operations in the
subnet_route
submodule that are too complex on unknown values (namelysetproduct()
).terraform-aws-transit-gateway/modules/subnet_route/main.tf
Lines 3 to 4 in dc12987
Steps to Reproduce
Steps to reproduce the behavior:
var.subnet_route_table_ids
terraform plan
Screenshots
If applicable, add screenshots or logs to help explain your problem.
Environment (please complete the following information):
Anything that will help us triage the bug will help. Here are some ideas:
v0.9.1
v1.3.4
Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: