Terraform 4 module incompatibility: Issues with setting up AWS S3 bucket for terraform remote state file
Terragrunt no longer works upon the terraform defined as bucket acl policies are now separate resources in terraform provider 4.0 which was just released.
The error on deploy is : "Can't configure a value for "versioning": its value will be decided automatically based on the result of applying this configuration."
https://github.com/hashicorp/terraform-provider-aws/issues/23125 https://registry.terraform.io/providers/hashicorp/aws/latest/docs/guides/version-4-upgrade#acl-argument
I can create an MR for this if I get time soon. Otherwise, if anyone else would like to go through and fix the s3 bucket creation in the terraform, feel free to update. Either that or lock in the terraform module version.
thanks!