Ask Your Question
1

Is it possible to utilize aws_route_table_association with subnet ids generated from a terraform configuration that is identical?

asked 2023-05-07 06:34:41 +0000

david gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2023-05-07 06:45:01 +0000

bukephalos gravatar image

Yes, it is possible to utilize aws_route_table_association with subnet ids generated from a Terraform configuration that is identical. The aws_route_table_association resource associates a route table to a subnet using the subnet ID, which is generated by Terraform. As long as the subnet IDs are matching in both the configuration file and the resource, the association will work correctly. It's important to ensure that the subnet IDs in the configuration file match the subnet IDs generated by Terraform to avoid any errors or issues.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-07 06:34:41 +0000

Seen: 7 times

Last updated: May 07 '23