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

r/s3_bucket_website_configuration: backport resource #23435

Merged
merged 5 commits into from
Mar 14, 2022

Conversation

anGie44
Copy link
Contributor

@anGie44 anGie44 commented Mar 1, 2022

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Relates #23106

Output from acceptance testing:

--- PASS: TestAccS3BucketWebsiteConfiguration_disappears (27.63s)
--- PASS: TestAccS3BucketWebsiteConfiguration_Redirect (31.78s)
--- PASS: TestAccS3BucketWebsiteConfiguration_basic (32.32s)
--- PASS: TestAccS3BucketWebsiteConfiguration_RoutingRules_RedirectOnly (32.55s)
--- PASS: TestAccS3BucketWebsiteConfiguration_update (54.72s)
--- PASS: TestAccS3BucketWebsiteConfiguration_RoutingRules_MultipleRules (62.65s)
--- PASS: TestAccS3BucketWebsiteConfiguration_RoutingRules_ConditionAndRedirect (89.95s)

--- PASS: TestAccS3Bucket_Basic_forceDestroy (29.18s)
--- PASS: TestAccS3Bucket_Basic_forceDestroyWithObjectLockEnabled (31.90s)
--- PASS: TestAccS3Bucket_Manage_versioningAndMfaDeleteDisabled (32.91s)
--- PASS: TestAccS3Bucket_Basic_basic (33.20s)
--- PASS: TestAccS3Bucket_Replication_schemaV2SameRegion (45.97s)
--- PASS: TestAccS3Bucket_Replication_withoutPrefix (44.85s)
--- PASS: TestAccS3Bucket_Manage_objectLock (56.40s)
--- PASS: TestAccS3Bucket_Replication_expectVersioningValidationError (14.13s)
--- PASS: TestAccS3Bucket_Replication_withoutStorageClass (39.66s)
--- PASS: TestAccS3Bucket_Replication_ruleDestinationAddAccessControlTranslation (221.22s)
--- PASS: TestAccS3Bucket_Replication_ruleDestinationAccessControlTranslation (274.76s)
--- PASS: TestAccS3Bucket_Replication_RTC_valid (338.71s)
--- PASS: TestAccS3Bucket_Replication_twoDestination (250.64s)
--- PASS: TestAccS3Bucket_Manage_lifecycleRuleAbortIncompleteMultipartUploadDaysNoExpiration (249.14s)
--- PASS: TestAccS3Bucket_Replication_multipleDestinationsNonEmptyFilter (347.20s)
--- PASS: TestAccS3Bucket_Replication_multipleDestinationsEmptyFilter (295.95s)
--- PASS: TestAccS3Bucket_Replication_schemaV2 (693.42s)
--- PASS: TestAccS3Bucket_Manage_lifecycleRuleExpirationEmptyBlock (109.28s)
--- PASS: TestAccS3Bucket_Security_corsEmptyOrigin (130.68s)
--- PASS: TestAccS3Bucket_Manage_lifecycleExpireMarkerOnly (227.40s)
--- PASS: TestAccS3Bucket_Security_logging (179.54s)
--- PASS: TestAccS3Bucket_Security_corsDelete (97.73s)
--- PASS: TestAccS3Bucket_Manage_lifecycleBasic (321.74s)
--- PASS: TestAccS3Bucket_Replication_basic (648.50s)
--- PASS: TestAccS3Bucket_Manage_MfaDeleteDisabled (101.02s)
--- PASS: TestAccS3Bucket_Security_aclToGrant (178.04s)
--- PASS: TestAccS3Bucket_Manage_versioningDisabled (99.96s)
--- PASS: TestAccS3Bucket_Security_corsUpdate (213.52s)
--- PASS: TestAccS3Bucket_Basic_shouldFailNotFound (64.76s)
--- PASS: TestAccS3Bucket_Basic_keyEnabled (152.28s)
--- PASS: TestAccS3Bucket_Security_enableDefaultEncryptionWhenAES256IsUsed (141.48s)
--- PASS: TestAccS3Bucket_Manage_versioning (244.74s)
--- PASS: TestAccS3Bucket_Security_enableDefaultEncryptionWhenTypical (148.93s)
--- PASS: TestAccS3Bucket_Security_disableDefaultEncryptionWhenDefaultEncryptionIsEnabled (231.07s)
--- PASS: TestAccS3Bucket_Web_routingRules (205.08s)
--- PASS: TestAccS3Bucket_Security_grantToACL (203.98s)
--- PASS: TestAccS3Bucket_Tags_ignoreTags (273.57s)
--- PASS: TestAccS3Bucket_Web_redirect (447.32s)
--- PASS: TestAccS3Bucket_Basic_namePrefix (272.74s)
--- PASS: TestAccS3Bucket_Web_simple (462.93s)
--- PASS: TestAccS3Bucket_Tags_basic (260.28s)
--- PASS: TestAccS3Bucket_Basic_generatedName (176.33s)
--- PASS: TestAccS3Bucket_Security_updateACL (188.25s)
--- PASS: TestAccS3Bucket_Basic_requestPayer (203.11s)
--- PASS: TestAccS3Bucket_Basic_acceleration (203.20s)
--- PASS: TestAccS3Bucket_Security_policy (298.19s)
--- PASS: TestAccS3Bucket_Security_updateGrant (298.14s)
--- PASS: TestAccS3Bucket_Basic_emptyString (98.75s)
--- PASS: TestAccS3Bucket_Tags_withNoSystemTags (254.37s)
--- PASS: TestAccS3Bucket_Tags_withSystemTags (296.36s)

@anGie44 anGie44 added the new-resource Introduces a new resource. label Mar 1, 2022
@github-actions github-actions bot added documentation Introduces or discusses updates to documentation. provider Pertains to the provider itself, rather than any interaction with AWS. service/s3 Issues and PRs that pertain to the s3 service. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. size/XL Managed by automation to categorize the size of a PR. labels Mar 1, 2022
anGie44 added a commit that referenced this pull request Mar 1, 2022
@gdavison gdavison added this to the v3.75.0 milestone Mar 2, 2022
@anGie44 anGie44 force-pushed the f-s3-bucket-website-config-new-resource branch from cf90cc7 to bebc8be Compare March 2, 2022 19:54
@anGie44 anGie44 force-pushed the f-s3-bucket-website-config-new-resource branch from bebc8be to 87ea55f Compare March 2, 2022 19:58
anGie44 added a commit that referenced this pull request Mar 2, 2022
@anGie44 anGie44 force-pushed the f-s3-bucket-website-config-new-resource branch from 87ea55f to 53bb711 Compare March 2, 2022 20:00
@anGie44
Copy link
Contributor Author

anGie44 commented Mar 2, 2022

Depends on #23419

@anGie44 anGie44 marked this pull request as ready for review March 2, 2022 20:02
@anGie44 anGie44 marked this pull request as draft March 3, 2022 19:33
anGie44 added a commit that referenced this pull request Mar 10, 2022
@anGie44 anGie44 force-pushed the f-s3-bucket-website-config-new-resource branch from 53bb711 to 9846eee Compare March 10, 2022 19:53
@anGie44 anGie44 marked this pull request as ready for review March 10, 2022 19:57
@anGie44 anGie44 force-pushed the f-s3-bucket-website-config-new-resource branch from 9846eee to 3279875 Compare March 10, 2022 22:32
@anGie44 anGie44 force-pushed the f-s3-bucket-website-config-new-resource branch from 3279875 to c09f689 Compare March 10, 2022 22:56
@anGie44 anGie44 force-pushed the f-s3-bucket-website-config-new-resource branch from c09f689 to 963111e Compare March 10, 2022 23:04
@anGie44 anGie44 force-pushed the f-s3-bucket-website-config-new-resource branch from 8683b57 to 4fda694 Compare March 14, 2022 19:25
@anGie44 anGie44 changed the title r/s3_bucket_website_configuration: new resource r/s3_bucket_website_configuration: backport resource Mar 14, 2022
@anGie44
Copy link
Contributor Author

anGie44 commented Mar 14, 2022

Output of acceptance tests after changes:

--- PASS: TestAccS3BucketWebsiteConfiguration_disappears (190.42s)
--- PASS: TestAccS3BucketWebsiteConfiguration_RoutingRules_RedirectOnly (198.00s)
--- PASS: TestAccS3BucketWebsiteConfiguration_basic (198.00s)
--- PASS: TestAccS3BucketWebsiteConfiguration_Redirect (208.55s)
--- PASS: TestAccS3BucketWebsiteConfiguration_update (293.71s)
--- PASS: TestAccS3BucketWebsiteConfiguration_migrate_websiteWithRoutingRulesWithChange (298.28s)
--- PASS: TestAccS3BucketWebsiteConfiguration_migrate_websiteWithIndexDocumentWithChange (298.32s)
--- PASS: TestAccS3BucketWebsiteConfiguration_migrate_websiteWithRoutingRulesNoChange (298.34s)
--- PASS: TestAccS3BucketWebsiteConfiguration_migrate_websiteWithIndexDocumentNoChange (298.37s)
--- PASS: TestAccS3BucketWebsiteConfiguration_RoutingRules_MultipleRules (298.41s)
--- PASS: TestAccS3BucketWebsiteConfiguration_RoutingRules_ConditionAndRedirect (328.23s)

@anGie44 anGie44 merged commit d82ac0a into release/3.x Mar 14, 2022
@anGie44 anGie44 deleted the f-s3-bucket-website-config-new-resource branch March 14, 2022 20:22
github-actions bot pushed a commit that referenced this pull request Mar 14, 2022
@github-actions
Copy link

This functionality has been released in v3.75.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

@github-actions
Copy link

I'm going to lock this pull request 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 related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Introduces or discusses updates to documentation. new-resource Introduces a new resource. provider Pertains to the provider itself, rather than any interaction with AWS. service/s3 Issues and PRs that pertain to the s3 service. size/XL Managed by automation to categorize the size of a PR. 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.

2 participants