AWS - CloudFormation
Given this Terraform snippet:
What will happen when you run
resource "aws_s3_bucket" "bucket" {
bucket = "my-unique-bucket"
acl = "private"
}What will happen when you run
terraform apply?