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_cloudfront_distribution: Remove deprecated cache_behaviors configuration block #7710

Merged
merged 1 commit into from
Feb 25, 2019

Conversation

bflad
Copy link
Contributor

@bflad bflad commented Feb 25, 2019

Closes #7685

I have created #7709 to track some additional updates we should do during the version 2.0.0 development cycle.

Output from acceptance testing:

--- PASS: TestAccAWSCloudFrontDistribution_Origin_EmptyDomainName (1.84s)
--- PASS: TestAccAWSCloudFrontDistribution_Origin_EmptyOriginID (1.85s)
--- PASS: TestAccAWSCloudFrontDistribution_IsIPV6EnabledConfig (1147.66s)
--- PASS: TestAccAWSCloudFrontDistribution_HTTP11Config (1148.66s)
--- PASS: TestAccAWSCloudFrontDistribution_noOptionalItemsConfig (1150.64s)
--- PASS: TestAccAWSCloudFrontDistribution_multiOrigin (1150.72s)
--- PASS: TestAccAWSCloudFrontDistribution_S3Origin (1151.11s)
--- PASS: TestAccAWSCloudFrontDistribution_S3OriginWithTags (1151.74s)
--- PASS: TestAccAWSCloudFrontDistribution_orderedCacheBehavior (1153.76s)
--- PASS: TestAccAWSCloudFrontDistribution_importBasic (1154.27s)
--- PASS: TestAccAWSCloudFrontDistribution_customOrigin (1155.12s)
--- PASS: TestAccAWSCloudFrontDistribution_noCustomErrorResponseConfig (1156.46s)

…rs configuration block

Reference: #7685

Output from acceptance testing:

```
--- PASS: TestAccAWSCloudFrontDistribution_Origin_EmptyDomainName (1.84s)
--- PASS: TestAccAWSCloudFrontDistribution_Origin_EmptyOriginID (1.85s)
--- PASS: TestAccAWSCloudFrontDistribution_IsIPV6EnabledConfig (1147.66s)
--- PASS: TestAccAWSCloudFrontDistribution_HTTP11Config (1148.66s)
--- PASS: TestAccAWSCloudFrontDistribution_noOptionalItemsConfig (1150.64s)
--- PASS: TestAccAWSCloudFrontDistribution_multiOrigin (1150.72s)
--- PASS: TestAccAWSCloudFrontDistribution_S3Origin (1151.11s)
--- PASS: TestAccAWSCloudFrontDistribution_S3OriginWithTags (1151.74s)
--- PASS: TestAccAWSCloudFrontDistribution_orderedCacheBehavior (1153.76s)
--- PASS: TestAccAWSCloudFrontDistribution_importBasic (1154.27s)
--- PASS: TestAccAWSCloudFrontDistribution_customOrigin (1155.12s)
--- PASS: TestAccAWSCloudFrontDistribution_noCustomErrorResponseConfig (1156.46s)
```
@bflad bflad added breaking-change Introduces a breaking change in current functionality; usually deferred to the next major release. service/cloudfront Issues and PRs that pertain to the cloudfront service. technical-debt Addresses areas of the codebase that need refactoring or redesign. labels Feb 25, 2019
@bflad bflad added this to the v2.0.0 milestone Feb 25, 2019
@ghost ghost added size/L Managed by automation to categorize the size of a PR. documentation Introduces or discusses updates to documentation. labels Feb 25, 2019
@ghost ghost added the tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. label Feb 25, 2019
@bflad bflad requested a review from a team February 25, 2019 17:52
@bflad bflad merged commit eacb05c into master Feb 25, 2019
@bflad bflad deleted the td-aws_cloudfront_distribution-remove-deprecated branch February 25, 2019 19:06
bflad added a commit that referenced this pull request Feb 25, 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/cloudfront Issues and PRs that pertain to the cloudfront 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_cloudfront_distribution: Remove deprecated cache_behavior argument
2 participants