-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request