generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 271
Open
Labels
kind/enhancementCategorizes issue or PR as related to existing feature enhancements.Categorizes issue or PR as related to existing feature enhancements.service/ec2Indicates issues or PRs that are related to ec2-controller.Indicates issues or PRs that are related to ec2-controller.
Description
Is your feature request related to a problem?
The HostedZone spec allows for referencing a vpcID. However, it would be nice if there was a vpcRef that could reference a VPC resource. Additionally, this vpcRef should eliminate the need for passing vpcRegion since the referenced VPC resource already contains this informaton.
Describe the solution you'd like
spec:
vpc:
vpcRef:
name: example-vpc
namespace: example-ns
Describe alternatives you've considered
Manually lookup and input the VPC's ID
Metadata
Metadata
Assignees
Labels
kind/enhancementCategorizes issue or PR as related to existing feature enhancements.Categorizes issue or PR as related to existing feature enhancements.service/ec2Indicates issues or PRs that are related to ec2-controller.Indicates issues or PRs that are related to ec2-controller.