cloudposse / terraform-provider-awsutils

Terraform provider to help with various AWS automation tasks (mostly all that stuff we cannot accomplish with the official AWS terraform provider)
https://cloudposse.com/accelerate
Mozilla Public License 2.0
41 stars 12 forks source link

awsutils provider errors out with "InternalValidate" at "terraform apply" #16

Closed danielZakai closed 3 years ago

danielZakai commented 3 years ago

I have configured a provider.tf file as such `provider "aws" { region = var.region profile = "default" shared_credentials_file = "~/ec2/SLZ-AWS/.aws/credentials" }

provider "awsutils" { region = var.region profile = "default" shared_credentials_file = "~/ec2/SLZ-AWS/.aws/credentials" }

terraform { required_providers { aws = { source = "hashicorp/aws" version = "~> 3.26" } awsutils = { source = "cloudposse/awsutils" } } }`

When running "terraform init" the provider is added to the .lock file with no issue. When running "terraform apply", the following error appears:

`Internal validation of the provider failed! This is always a bug with the provider itself, and not a user issue. Please report this bug:

1 error occurred:

This provider worked fine (i've been using it extensively) until recently

dhess commented 3 years ago

Same here. This appears to have been introduced in 0.6.0, as 0.5.0 works fine.

osterman commented 3 years ago

this will be fixed in 0.7.0 but we're currently having problems with the terraform registry not publishing our releases due to webhook issues.