Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expose route table ids #885

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

jaxxstorm
Copy link
Contributor

Route table ids can be important for VPCs after they've been created.

Exposing the route table ids as outputs allows us to easily support resources like NAT instances (cheaper than NAT Gateways), AWS Transit Gateways and AWS Client VPNs

Route table ids can be important for VPCs after they've been created.

Exposing the route table ids as outputs allows us to easily support resources like NAT instances (cheaper than NAT Gateways), AWS Transit Gateways and AWS Client VPNs
@jaxxstorm
Copy link
Contributor Author

@danielrbradley am I missing something here? I generated the types locally so trying to understand the failures here

Comment on lines +1692 to +1709
"publicRouteTableIds": {
"type": "array",
"items": {
"type": "string"
}
},
"privateRouteTableIds": {
"type": "array",
"items": {
"type": "string"
}
},
"isolatedRouteTableIds": {
"type": "array",
"items": {
"type": "string"
}
},
Copy link
Member

Choose a reason for hiding this comment

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

The schema.json is generated by the schemagen program. The VPC types are defined using this code here: https://github.com/pulumi/pulumi-awsx/blob/master/schemagen/pkg/gen/ec2.go

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants