We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
module "retool" { source = "[email protected]: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 "[email protected]:tryretool/retool-terraform.git//modules/aws_ecs" is not pinned (terraform_module_pinned_source)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
TF Lint warning/error:
The text was updated successfully, but these errors were encountered: