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

aws/route53_zone: Make delegation_set_id conflict w/ vpc_id #7213

Merged

Conversation

radeksimko
Copy link
Member

Test plan

make testacc TEST=./builtin/providers/aws TESTARGS='-run=AWSRoute53Zone'
TF_ACC=1 go test ./builtin/providers/aws -v -run=AWSRoute53Zone -timeout 120m
=== RUN   TestAccAWSRoute53Zone_importBasic
--- PASS: TestAccAWSRoute53Zone_importBasic (46.12s)
=== RUN   TestAccAWSRoute53ZoneAssociation_basic
--- PASS: TestAccAWSRoute53ZoneAssociation_basic (104.08s)
=== RUN   TestAccAWSRoute53ZoneAssociation_region
--- PASS: TestAccAWSRoute53ZoneAssociation_region (110.52s)
=== RUN   TestAccAWSRoute53Zone_basic
--- PASS: TestAccAWSRoute53Zone_basic (49.00s)
=== RUN   TestAccAWSRoute53Zone_updateComment
--- PASS: TestAccAWSRoute53Zone_updateComment (57.39s)
=== RUN   TestAccAWSRoute53Zone_private_basic
--- PASS: TestAccAWSRoute53Zone_private_basic (66.48s)
=== RUN   TestAccAWSRoute53Zone_private_region
--- PASS: TestAccAWSRoute53Zone_private_region (69.22s)
PASS
ok      github.com/hashicorp/terraform/builtin/providers/aws    502.842s
make testacc TEST=./builtin/providers/aws TESTARGS='-run=AWSRoute53DelegationSet'
TF_ACC=1 go test ./builtin/providers/aws -v -run=AWSRoute53DelegationSet -timeout 120m
=== RUN   TestAccAWSRoute53DelegationSet_importBasic
--- PASS: TestAccAWSRoute53DelegationSet_importBasic (26.67s)
=== RUN   TestAccAWSRoute53DelegationSet_basic
--- PASS: TestAccAWSRoute53DelegationSet_basic (11.65s)
=== RUN   TestAccAWSRoute53DelegationSet_withZones
--- PASS: TestAccAWSRoute53DelegationSet_withZones (51.45s)
PASS
ok      github.com/hashicorp/terraform/builtin/providers/aws    89.806s

 - as per the API reference it is not possible to use delegation sets w/ private hosted zones
   - http://docs.aws.amazon.com/Route53/latest/APIReference/API-create-hosted-zone-private.html
   - http://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateHostedZone.html
 - if you specify both AWS returns confusing error "InvalidInput" with no further details so this should reduce potential confusions & improve UX
@jen20
Copy link
Contributor

jen20 commented Jun 17, 2016

LGTM pending travis! Thanks @radeksimko!

@radeksimko radeksimko merged commit 2cdb5a3 into hashicorp:master Jun 17, 2016
@radeksimko radeksimko deleted the b-aws-r53-zone-delegation-public branch June 17, 2016 11:35
@ghost
Copy link

ghost commented Apr 25, 2020

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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants