You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terraform released new version of AWS provider 4.0.0 today one hour ago. The version mentioned in our terraform is version: ">= 3.38". terraform init will install AWS version 4.0.0. The version 4.0.0 is a breaking change for S3 resource created in "runner-binaries-syncer" module. Some of the arguments like "acl", "lifecycle_rule", "lifecycle_configuration" became "read_only" in new version.
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed if no further activity occurs. Thank you for your contributions.
Terraform released new version of AWS provider 4.0.0 today one hour ago. The version mentioned in our terraform is version: ">= 3.38". terraform init will install AWS version 4.0.0. The version 4.0.0 is a breaking change for S3 resource created in "runner-binaries-syncer" module. Some of the arguments like "acl", "lifecycle_rule", "lifecycle_configuration" became "read_only" in new version.
Reference - https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket
The text was updated successfully, but these errors were encountered: