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 9 forks source link

Bump aws-sdk-go-base to v1.1.0 to support new regions #29

Closed nitrocode closed 2 years ago

nitrocode commented 2 years ago

what

why

Workaround

provider "awsutils" {
  region = "us-east-2"

  skip_region_validation = true
}

references