Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.

Comments

expose route table ids to root stack module#51

Merged
achille-roussel merged 3 commits intosegmentio:masterfrom
BuildDirect:expose-route-tables
Oct 5, 2016
Merged

expose route table ids to root stack module#51
achille-roussel merged 3 commits intosegmentio:masterfrom
BuildDirect:expose-route-tables

Conversation

@dazl
Copy link
Contributor

@dazl dazl commented Oct 2, 2016

The route table IDs are already exposed by the VPC module.

This way they are exposed by the root module and we can add routes to the tables.

main.tf Outdated
}

// The external route table ID.
output "external_route_table" {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason why this wouldn't be plural as well? Even if there's only one entry it seems like it would be better to have name consistency between the two attributes.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed, change committed below.

@achille-roussel
Copy link
Contributor

👍 thanks for your contribution

@achille-roussel achille-roussel merged commit 84fcba8 into segmentio:master Oct 5, 2016
@dazl dazl deleted the expose-route-tables branch October 6, 2016 00:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants