Skip to content

examples/without_authentication will raise many Error: Unsupported Terraform Core version #151

Open
@paulcrussell

Description

@paulcrussell
module "default_backend_web_app" {
  source  = "cloudposse/ecs-web-app/aws//examples/without_authentication"
  version = "0.62.0"
  certificate_arn = "xxx"
  enabled = true
  environment = "dev"
  id_length_limit = "0"
  label_order = ["namespace", "environment", "stage", "name", "attributes"]
  name = "sunrise-spa"
  namespace = "houseplants"
  stage = "build"
  default_container_image = "xxx"
}

There are many errors

Example is

│ Error: Unsupported Terraform Core version
│
│   on .terraform\modules\default_backend_web_app.subnets.public_label\versions.tf line 2, in terraform:2:   required_version = ">= 0.12.0, < 0.14.0"
│
│ Module module.default_backend_web_app.module.subnets.module.public_label (from
│ git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.19.2) does not support Terraform version 1.0.0. To       
│ proceed, either choose another supported Terraform version or update this version constraint. Version constraints are normally  
│ set for good reason, so updating the constraint may lead to other errors or unexpected behavior.

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