Skip to content

Add AWS Provider v5 Support #268

Open
@lelitzer-tp

Description

@lelitzer-tp

Describe the Bug

Update the version to allow for an AWS provider version of v5. It seems the dependency that was holding it back has been resolved.

Expected Behavior

A terraform init will allow me to use an AWS provider version of v5.

Steps to Reproduce

terraform init with a providers.tf containing:

terraform {
  required_providers {
    aws = {
      source  = "hashicorp/aws"
      version = "~> 5.0"
    }
  }
}

Screenshots

No response

Environment

No response

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug🐛 An issue with the system

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions