Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unpinned resource error when using tflint #34

Open
saurabh-khatri-chegg opened this issue Nov 29, 2023 · 0 comments
Open

Unpinned resource error when using tflint #34

saurabh-khatri-chegg opened this issue Nov 29, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@saurabh-khatri-chegg
Copy link

saurabh-khatri-chegg commented Nov 29, 2023

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)
@samsternatretool samsternatretool added the enhancement New feature or request label Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants