terraform { required_providers { aws = { source = "hashicorp/aws" version = "~> 3.0" } } }
Configure the AWS Provider
provider "aws" { region = "us-east-1" shared_credentials_files = "/###/%%%%%/.aws/credentials" profile=****
esta ocorrendo esse erro: diego@diego-desktop:~/terraform$ terraform init
Initializing the backend...
Initializing provider plugins...
Terraform has been successfully initialized!
You may now begin working with Terraform. Try running "terraform plan" to see any changes that are required for your infrastructure. All Terraform commands should now work.
If you ever set or change modules or backend configuration for Terraform, rerun this command to reinitialize your working directory. If you forget, other commands will detect it and remind you to do so if necessary. diego@diego-desktop:~/terraform$ terraform plan
No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration and found no differences, so no changes are needed. diego@diego-desktop:~/terraform$
ja tentei de tudo e mesmo assim nao consigo startar o plan do terraform