Skip to content

Unpinned resource error when using tflint #34

@saurabh-khatri-chegg

Description

@saurabh-khatri-chegg
module "retool" {
  source  = "git@github.com:tryretool/retool-terraform.git//modules/aws_ecs"
  deployment_name = var.app_name
  launch_type     = "EC2"

  ecs_cluster_name   = var.environment
  ecs_cluster_region = var.region

  workflows_enabled = false
}

TF Lint warning/error:

> TFLint in ./:
> 1 issue(s) found:
> 
> Warning: Module source "git@github.com:tryretool/retool-terraform.git//modules/aws_ecs" is not pinned (terraform_module_pinned_source)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions