-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
11510 supports setting private_dns_name on resource_aws_vpc_endpoint_… #12246
11510 supports setting private_dns_name on resource_aws_vpc_endpoint_… #12246
Conversation
c598111
to
fac6ae1
Compare
fac6ae1
to
9bbdf69
Compare
any idea on when this will be released? |
@craigedmunds Thanks for this. |
9bbdf69
to
7eb89ab
Compare
Hi, comments addressed & rebased. |
@craigedmunds Thanks for the quick response. |
7eb89ab
to
9d445ed
Compare
9d445ed
to
6ec6d00
Compare
That’s done @ewbankkit |
Verified acceptance tests: $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSVpcEndpointService_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws/ -v -count 1 -parallel 2 -run=TestAccAWSVpcEndpointService_ -timeout 120m
=== RUN TestAccAWSVpcEndpointService_basic
=== PAUSE TestAccAWSVpcEndpointService_basic
=== RUN TestAccAWSVpcEndpointService_PrivateDnsName
=== PAUSE TestAccAWSVpcEndpointService_PrivateDnsName
=== RUN TestAccAWSVpcEndpointService_AllowedPrincipalsAndTags
=== PAUSE TestAccAWSVpcEndpointService_AllowedPrincipalsAndTags
=== RUN TestAccAWSVpcEndpointService_removed
=== PAUSE TestAccAWSVpcEndpointService_removed
=== CONT TestAccAWSVpcEndpointService_basic
=== CONT TestAccAWSVpcEndpointService_removed
--- PASS: TestAccAWSVpcEndpointService_basic (279.31s)
=== CONT TestAccAWSVpcEndpointService_AllowedPrincipalsAndTags
--- PASS: TestAccAWSVpcEndpointService_removed (321.97s)
=== CONT TestAccAWSVpcEndpointService_PrivateDnsName
--- PASS: TestAccAWSVpcEndpointService_AllowedPrincipalsAndTags (333.83s)
--- PASS: TestAccAWSVpcEndpointService_PrivateDnsName (296.19s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 618.216s |
Are you going to merge it @ewbankkit ? |
@craigedmunds I guess we should also add domain verification name and value support. Maybe as attributes? |
Good job @craigedmunds thanks for helping out with this! |
@craigedmunds I've fixed the merge conflict and submitted a PR to your repo. Thanks for the great work hoping to get this merged as need it for a project |
Kevholditch fix merge conflicts
@craigedmunds sorry my fix broke |
Did a little digging to see if I could add the attributes for DNS record validation to @craigedmunds's fork; have a question over in #11510 on the "right way" to do this in TF |
We're also needing private DNS name support in the VPC endpoint service resource. @ewbankkit are you able to provide any additional comments to identify what's missing to get this PR merged? |
Hi @craigedmunds 👋 Thank you for submitting this. We have opted to pull in #16495, which includes the PrivateDnsNameConfiguration attributes that are returned from the EC2 API and is up to date without merge conflicts. This functionality will release with version 3.23.0 of the Terraform AWS Provider, later this week. 👍 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Fixes #11510 by passing through the optional private_dns_name through to the aws sdk PrivateDnsName parameter