-
Notifications
You must be signed in to change notification settings - Fork 123
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
Moving ec2 (17) resources to v1beta1 version #65 #130
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also rebase your change on top of latest main.
Can you add test-examples comment to see if it works for you? |
Hi @dverveiko, could you please add a comment like the following:
|
/test-examples="examples/ec2/availabilityzonegroup.yaml,examples/ec2/capacityreservation.yaml,examples/ec2/carriergateway.yaml,examples/ec2/defaultsubnet.yaml,examples/ec2/defaultvpc.yaml,examples/ec2/defaultvpcdhcpoptions.yaml,examples/ec2/ebsdefaultkmskey.yaml,examples/ec2/ebsencryptionbydefault.yaml,examples/ec2/ebssnapshotcopy.yaml,examples/ec2/ebssnapshotimport.yaml,examples/ec2/host.yaml,examples/ec2/networkinsightspath.yaml,examples/ec2/serialconsoleaccess.yaml,examples/ec2/subnetcidrreservation.yaml,examples/ec2/trafficmirrorfilter.yaml,examples/ec2/trafficmirrorfilterrule.yaml,examples/ec2/transitgatewayconnect.yaml" |
2 similar comments
/test-examples="examples/ec2/availabilityzonegroup.yaml,examples/ec2/capacityreservation.yaml,examples/ec2/carriergateway.yaml,examples/ec2/defaultsubnet.yaml,examples/ec2/defaultvpc.yaml,examples/ec2/defaultvpcdhcpoptions.yaml,examples/ec2/ebsdefaultkmskey.yaml,examples/ec2/ebsencryptionbydefault.yaml,examples/ec2/ebssnapshotcopy.yaml,examples/ec2/ebssnapshotimport.yaml,examples/ec2/host.yaml,examples/ec2/networkinsightspath.yaml,examples/ec2/serialconsoleaccess.yaml,examples/ec2/subnetcidrreservation.yaml,examples/ec2/trafficmirrorfilter.yaml,examples/ec2/trafficmirrorfilterrule.yaml,examples/ec2/transitgatewayconnect.yaml" |
/test-examples="examples/ec2/availabilityzonegroup.yaml,examples/ec2/capacityreservation.yaml,examples/ec2/carriergateway.yaml,examples/ec2/defaultsubnet.yaml,examples/ec2/defaultvpc.yaml,examples/ec2/defaultvpcdhcpoptions.yaml,examples/ec2/ebsdefaultkmskey.yaml,examples/ec2/ebsencryptionbydefault.yaml,examples/ec2/ebssnapshotcopy.yaml,examples/ec2/ebssnapshotimport.yaml,examples/ec2/host.yaml,examples/ec2/networkinsightspath.yaml,examples/ec2/serialconsoleaccess.yaml,examples/ec2/subnetcidrreservation.yaml,examples/ec2/trafficmirrorfilter.yaml,examples/ec2/trafficmirrorfilterrule.yaml,examples/ec2/transitgatewayconnect.yaml" |
/test-examples="examples/ec2/availabilityzonegroup.yaml,examples/ec2/capacityreservation.yaml,examples/ec2/carriergateway.yaml,examples/ec2/defaultsubnet.yaml,examples/ec2/defaultvpc.yaml,examples/ec2/defaultvpcdhcpoptions.yaml,examples/ec2/ebsdefaultkmskey.yaml,examples/ec2/ebsencryptionbydefault.yaml,examples/ec2/ebssnapshotcopy.yaml,examples/ec2/ebssnapshotimport.yaml,examples/ec2/host.yaml,examples/ec2/networkinsightspath.yaml,examples/ec2/serialconsoleaccess.yaml,examples/ec2/subnetcidrreservation.yaml,examples/ec2/trafficmirrorfilter.yaml,examples/ec2/trafficmirrorfilterrule.yaml,examples/ec2/transitgatewayconnect.yaml" |
Signed-off-by: dverveiko <[email protected]>
/test-examples="examples/ec2/availabilityzonegroup.yaml,examples/ec2/capacityreservation.yaml,examples/ec2/carriergateway.yaml,examples/ec2/defaultsubnet.yaml,examples/ec2/defaultvpc.yaml,examples/ec2/defaultvpcdhcpoptions.yaml,examples/ec2/ebsdefaultkmskey.yaml,examples/ec2/ebsencryptionbydefault.yaml,examples/ec2/ebssnapshotcopy.yaml,examples/ec2/ebssnapshotimport.yaml,examples/ec2/host.yaml,examples/ec2/networkinsightspath.yaml,examples/ec2/serialconsoleaccess.yaml,examples/ec2/subnetcidrreservation.yaml,examples/ec2/trafficmirrorfilter.yaml,examples/ec2/trafficmirrorfilterrule.yaml,examples/ec2/transitgatewayconnect.yaml" |
/test-examples="examples/ec2/ebssnapshotimport.yaml" |
/test-examples="examples/ec2/ebssnapshotimport.yaml" |
/test-examples="examples/ec2/transitgatewayconnect.yaml" |
/test-examples="examples/ec2/defaultsubnet.yaml" |
/test-examples="examples/ec2/networkinsightspath.yaml" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot @dverveiko!!
Description of your changes
Fixes #65
aws_default_subnet
aws_default_vpc
aws_default_vpc_dhcp_options
aws_ebs_default_kms_key
aws_ebs_encryption_by_default
aws_ebs_snapshot_copy
aws_ebs_snapshot_import
aws_ec2_availability_zone_group
aws_ec2_capacity_reservation
aws_ec2_carrier_gateway
aws_ec2_host
aws_ec2_network_insights_path
aws_ec2_serial_console_access
aws_ec2_subnet_cidr_reservation
aws_ec2_traffic_mirror_filter
aws_ec2_traffic_mirror_filter_rule
aws_ec2_transit_gateway_connect
I have:
make reviewable test
to ensure this PR is ready for review.How has this code been tested
Manually