- OS: MacOS
- databases: none
- Programming language and version: Python
- Link to your project on Github/Gitlab:
- Link to your application - starting with https://console.qovery.com/…
ISSUE
Creating my first cluster in Qovery. Cluster creation fails with the following error. Checked AWS permissions, and it has full access to S3 (s3.*):
KS3.create_error() called.
Unknown error while performing Terraform command (terraform apply -no-color -auto-approve tf_plan
), here is the error:
Error: error creating S3 bucket ACL for qovery-kubeconfigs-zcef3fa16: AccessControlListNotSupported: The bucket does not allow ACLs
status code: 400, request id: JM3YTHWNH6FRWRK2, host id: HWPHoCAL/uIOZDO6bk7VrBKo1xsxvRuYYnSTpCWqOWYARv2n7jP9VANPpmM3GPBtQ2SaMgvOnsQ=
with aws_s3_bucket_acl.kubeconfigs_bucket_acl,
on s3-qovery-buckets.tf line 21, in resource “aws_s3_bucket_acl” “kubeconfigs_bucket_acl”:
21: resource “aws_s3_bucket_acl” “kubeconfigs_bucket_acl” {