Skip to content

Commit 4baaec9

Browse files
committed
Update cdap-mgmt deprecation documentation.
1 parent 68ac668 commit 4baaec9

File tree

1 file changed

+1
-1
lines changed
  • terraform/services/codebuild-projects

1 file changed

+1
-1
lines changed

terraform/services/codebuild-projects/data.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# TODO: Remove this for each as we can assume the only environment is CDAP
1+
# TODO: To Deprecate cdap mgmt remove this for each as we can assume the only environment is CDAP
22
data "aws_ssm_parameter" "github_token" {
33
for_each = var.app == "cdap" ? toset([var.env]) : toset([])
44
name = "/cdap/${var.env}/codebuild-projects/sensitive/github-token"

0 commit comments

Comments
 (0)