[fabioalvaropereira@thundercat terraform ]$ terraform apply
╷
│ Warning: Version constraints inside provider configuration blocks are deprecated
│
│ on main.tf line 13, in provider "aws":
│ 13: version = "~> 2.0"
│
│ Terraform 0.13 and earlier allowed provider version constraints inside the provider configuration block, but that is now deprecated and will be removed
│ in a future version of Terraform. To silence this warning, move the provider version constraint into the required_providers block.
╵
╷
│ Error: Invalid resource type
│
│ on main.tf line 77, in resource "aws_s3_bucket_acl" "s3_dev4_bucket_acl":
│ 77: resource "aws_s3_bucket_acl" "s3_dev4_bucket_acl" {
│
│ The provider hashicorp/aws does not support resource type "aws_s3_bucket_acl".