aws-samples / service-catalog-engine-for-terraform-os

Apache License 2.0
130 stars 40 forks source link

Issue while deploying SAM-TRE stack #34

Closed KMPhaniKumar closed 1 year ago

KMPhaniKumar commented 1 year ago

While deploying SAM-TRE stack it is failing due to s3 bucket issue, it is throwing the error like below Bucket cannot have ACLs set with ObjectOwnership's BucketOwnerEnforced setting (Service: Amazon S3; Status Code: 400; Error Code: InvalidBucketAclWithOb jectOwnership; null)

if i comment out the line 409 from template.yaml i can able to deploy it.

zipengw27 commented 1 year ago

Hi @KMPhaniKumar ,

Thank you for reaching out.

This issue appears to be a duplicate of #24 . We have merged a PR to fix this. Please pull the latest changes and try again.

Thank you.