We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68ac668 commit 4baaec9Copy full SHA for 4baaec9
terraform/services/codebuild-projects/data.tf
@@ -1,4 +1,4 @@
1
-# TODO: Remove this for each as we can assume the only environment is CDAP
+# TODO: To Deprecate cdap mgmt remove this for each as we can assume the only environment is CDAP
2
data "aws_ssm_parameter" "github_token" {
3
for_each = var.app == "cdap" ? toset([var.env]) : toset([])
4
name = "/cdap/${var.env}/codebuild-projects/sensitive/github-token"
0 commit comments