Skip to content

hashicorp/aws v6.0.0 bug #2

@asclepiusgal

Description

@asclepiusgal

hashicorp/aws deprecated name in the now released version v6.0.0 soterraform apply breaks

workaround:

add this block to top of main.tf files:

terraform {
  required_providers {
    aws = {
      source = "hashicorp/aws"
      version = "<6"
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions