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

resource/aws_route53_zone: Remove deprecated vpc_id and vpc_region arguments #7695

Merged
merged 1 commit into from
Feb 27, 2019

Conversation

bflad
Copy link
Contributor

@bflad bflad commented Feb 24, 2019

Closes #7693

Output from acceptance testing:

--- PASS: TestAccAWSRoute53Zone_basic (46.72s)
--- PASS: TestAccAWSRoute53Zone_Comment (65.30s)
--- PASS: TestAccAWSRoute53Zone_DelegationSetID (53.41s)
--- PASS: TestAccAWSRoute53Zone_ForceDestroy (184.65s)
--- PASS: TestAccAWSRoute53Zone_ForceDestroy_TrailingPeriod (184.40s)
--- PASS: TestAccAWSRoute53Zone_multiple (61.31s)
--- PASS: TestAccAWSRoute53Zone_Tags (62.64s)
--- PASS: TestAccAWSRoute53Zone_VPC_Multiple (102.63s)
--- PASS: TestAccAWSRoute53Zone_VPC_Single (57.30s)
--- PASS: TestAccAWSRoute53Zone_VPC_Updates (176.68s)
--- PASS: TestAccAWSRoute53ZoneAssociation_basic (97.35s)
--- PASS: TestAccAWSRoute53ZoneAssociation_region (121.29s)
--- PASS: TestAccDataSourceAwsRoute53Zone (79.95s)

@bflad bflad added breaking-change Introduces a breaking change in current functionality; usually deferred to the next major release. service/route53 Issues and PRs that pertain to the route53 service. technical-debt Addresses areas of the codebase that need refactoring or redesign. labels Feb 24, 2019
@bflad bflad added this to the v2.0.0 milestone Feb 24, 2019
@ghost ghost added size/L Managed by automation to categorize the size of a PR. documentation Introduces or discusses updates to documentation. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. labels Feb 24, 2019
…guments

Reference: #7693

Output from acceptance testing:

```
--- PASS: TestAccAWSRoute53Zone_basic (46.72s)
--- PASS: TestAccAWSRoute53Zone_Comment (65.30s)
--- PASS: TestAccAWSRoute53Zone_DelegationSetID (53.41s)
--- PASS: TestAccAWSRoute53Zone_ForceDestroy (184.65s)
--- PASS: TestAccAWSRoute53Zone_ForceDestroy_TrailingPeriod (184.40s)
--- PASS: TestAccAWSRoute53Zone_multiple (61.31s)
--- PASS: TestAccAWSRoute53Zone_Tags (62.64s)
--- PASS: TestAccAWSRoute53Zone_VPC_Multiple (102.63s)
--- PASS: TestAccAWSRoute53Zone_VPC_Single (57.30s)
--- PASS: TestAccAWSRoute53Zone_VPC_Updates (176.68s)
--- PASS: TestAccAWSRoute53ZoneAssociation_basic (97.35s)
--- PASS: TestAccAWSRoute53ZoneAssociation_region (121.29s)
--- PASS: TestAccDataSourceAwsRoute53Zone (79.95s)
```
@bflad bflad force-pushed the td-aws_route53_zone-remove-deprecated branch from 321182f to 57bd393 Compare February 24, 2019 20:02
@bflad bflad requested a review from a team February 26, 2019 15:42
@bflad bflad merged commit 378eb48 into master Feb 27, 2019
@bflad bflad deleted the td-aws_route53_zone-remove-deprecated branch February 27, 2019 00:42
bflad added a commit that referenced this pull request Feb 27, 2019
@ghost
Copy link

ghost commented Mar 31, 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 Mar 31, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
breaking-change Introduces a breaking change in current functionality; usually deferred to the next major release. documentation Introduces or discusses updates to documentation. service/route53 Issues and PRs that pertain to the route53 service. size/L Managed by automation to categorize the size of a PR. technical-debt Addresses areas of the codebase that need refactoring or redesign. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Version 2 Release] resource/aws_route53_zone: Remove deprecated top-level vpc_id and vpc_region arguments
2 participants