-
Notifications
You must be signed in to change notification settings - Fork 378
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
Rename ElasticIP to Address and bump to v1beta1 #598
Rename ElasticIP to Address and bump to v1beta1 #598
Conversation
Signed-off-by: chris <[email protected]>
apis/ec2/v1beta1/referencers.go
Outdated
@@ -209,19 +207,19 @@ func (mg *NATGateway) ResolveReferences(ctx context.Context, c client.Reader) er | |||
mg.Spec.ForProvider.SubnetID = aws.String(subnetIDResponse.ResolvedValue) | |||
mg.Spec.ForProvider.SubnetIDRef = subnetIDResponse.ResolvedReference | |||
|
|||
// // Resolve spec.elasticIp | |||
AllocationIDRespone, err := r.Resolve(ctx, reference.ResolutionRequest{ | |||
/*// // Resolve spec.elasticIp |
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.
Is this intentionally commented out?
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.
sigh. had to comment it out to get generate going. am fixing
Signed-off-by: chris <[email protected]>
Signed-off-by: chris <[email protected]>
@hasheddan when ya get a chance anything else needed on this one? |
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 @enderv! LGTM 🎉
Signed-off-by: chris [email protected]
Description of your changes
Rename ElasticIP to Address and bump to v1beta1
Fixes #
I have:
make reviewable test
to ensure this PR is ready for review.How has this code been tested
Ran unit tests. Created example using locally run