Enable AWS S3 IA with terraform
We should not use the terraform resource aws_s3_bucket_intelligent_tiering_configuration
, because this configuration is used for moving objects to ARCHIVE_ACCESS
or DEEP_ARCHIVE_ACCESS
.
See https://github.com/hashicorp/terraform-provider-aws/issues/24010.