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

Allow CAA record type #1467

Merged
merged 4 commits into from
Aug 23, 2017
Merged

Conversation

gazoakley
Copy link
Contributor

Addresses #1465

@Ninir
Copy link
Contributor

Ninir commented Aug 22, 2017

Hey @gazoakley

Thanks for the work. Could you update the version we use for AWS servies to 1.10.29, so that we are in sync with changes in the SDK?

Latest version added information, constant for CAA, etc. (https://github.com/aws/aws-sdk-go/releases)

Thanks!

@gazoakley gazoakley changed the title r/aws_route53_record: Allow CAA record type Allow CAA record type Aug 22, 2017
@gazoakley gazoakley changed the title Allow CAA record type [WIP] Allow CAA record type Aug 22, 2017
@Ninir
Copy link
Contributor

Ninir commented Aug 22, 2017

Hey @gazoakley

I saw that you pushed the vendoring. Is it all ok for you? (looking at the WIP)

Thanks.

@Ninir Ninir added the waiting-response Maintainers are waiting on response from community or contributor. label Aug 22, 2017
@gazoakley
Copy link
Contributor Author

Hi @Ninir - I'm adding an acceptance test as well. Will remove WIP tag shortly

@gazoakley
Copy link
Contributor Author

Acceptance tests run:

make testacc TEST=./aws TESTARGS='-run=TestAccAWSRoute53Record_caaSupport'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -run=TestAccAWSRoute53Record_caaSupport -timeout 120m
=== RUN   TestAccAWSRoute53Record_caaSupport
--- PASS: TestAccAWSRoute53Record_caaSupport (164.24s)
PASS
ok  	github.com/terraform-providers/terraform-provider-aws/aws	164.268s

@gazoakley gazoakley changed the title [WIP] Allow CAA record type Allow CAA record type Aug 22, 2017
@gazoakley
Copy link
Contributor Author

Hi @Ninir - hopefully looking better now. I've also added a list of valid record types to the documentation

Copy link
Contributor

@Ninir Ninir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems very good to me @gazoakley !

$ TF_LOG=DEBUG TF_LOG_PATH=terraform.log make testacc TEST=./aws TESTARGS='-run=TestAccAWSRoute53Record_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -run=TestAccAWSRoute53Record_ -timeout 120m
=== RUN   TestAccAWSRoute53Record_basic
--- PASS: TestAccAWSRoute53Record_basic (166.39s)
=== RUN   TestAccAWSRoute53Record_basic_fqdn
--- PASS: TestAccAWSRoute53Record_basic_fqdn (177.27s)
=== RUN   TestAccAWSRoute53Record_txtSupport
--- PASS: TestAccAWSRoute53Record_txtSupport (164.25s)
=== RUN   TestAccAWSRoute53Record_spfSupport
--- PASS: TestAccAWSRoute53Record_spfSupport (183.75s)
=== RUN   TestAccAWSRoute53Record_caaSupport
--- PASS: TestAccAWSRoute53Record_caaSupport (162.95s)
=== RUN   TestAccAWSRoute53Record_generatesSuffix
--- PASS: TestAccAWSRoute53Record_generatesSuffix (154.47s)
=== RUN   TestAccAWSRoute53Record_wildcard
--- PASS: TestAccAWSRoute53Record_wildcard (237.03s)
=== RUN   TestAccAWSRoute53Record_failover
--- PASS: TestAccAWSRoute53Record_failover (178.38s)
=== RUN   TestAccAWSRoute53Record_weighted_basic
--- PASS: TestAccAWSRoute53Record_weighted_basic (176.36s)
=== RUN   TestAccAWSRoute53Record_alias
--- PASS: TestAccAWSRoute53Record_alias (209.06s)
=== RUN   TestAccAWSRoute53Record_s3_alias
--- PASS: TestAccAWSRoute53Record_s3_alias (179.44s)
=== RUN   TestAccAWSRoute53Record_weighted_alias
--- PASS: TestAccAWSRoute53Record_weighted_alias (328.52s)
=== RUN   TestAccAWSRoute53Record_geolocation_basic
--- PASS: TestAccAWSRoute53Record_geolocation_basic (177.83s)
=== RUN   TestAccAWSRoute53Record_latency_basic
--- PASS: TestAccAWSRoute53Record_latency_basic (175.47s)
=== RUN   TestAccAWSRoute53Record_TypeChange
--- PASS: TestAccAWSRoute53Record_TypeChange (232.86s)
=== RUN   TestAccAWSRoute53Record_SetIdentiferChange
--- PASS: TestAccAWSRoute53Record_SetIdentiferChange (235.52s)
=== RUN   TestAccAWSRoute53Record_AliasChange
--- PASS: TestAccAWSRoute53Record_AliasChange (253.58s)
=== RUN   TestAccAWSRoute53Record_empty
--- PASS: TestAccAWSRoute53Record_empty (167.33s)
=== RUN   TestAccAWSRoute53Record_longTXTrecord
--- PASS: TestAccAWSRoute53Record_longTXTrecord (163.34s)
PASS
ok  	github.com/terraform-providers/terraform-provider-aws/aws	3723.839s

Thanks a lot for your work :)

@Ninir Ninir merged commit 644456a into hashicorp:master Aug 23, 2017
nbaztec pushed a commit to nbaztec/terraform-provider-aws that referenced this pull request Sep 26, 2017
@gazoakley gazoakley deleted the feature/route53-caa-records branch April 7, 2020 16:10
@ghost
Copy link

ghost commented Apr 7, 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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked and limited conversation to collaborators Apr 7, 2020
@breathingdust breathingdust removed the waiting-response Maintainers are waiting on response from community or contributor. label Sep 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants