I confirm. Removing the profile line makes it work:
provider "aws" {
profile = "default" <- to remove
access_key = "xxx"
secret_key = "yyy"
region = "zzz"
}
I confirm. Removing the profile line makes it work:
provider "aws" {
profile = "default" <- to remove
access_key = "xxx"
secret_key = "yyy"
region = "zzz"
}