We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3192133 commit 8c043ccCopy full SHA for 8c043cc
terraform/services/ecr-cleanup/main.tf
@@ -3,8 +3,8 @@ locals {
3
4
repo_list_by_app_env = {
5
dpc = {
6
- test = ["dpc-web-admin", "dpc-web-portal"]
7
- prod = []
+ test = ["dpc-web-admin", "dpc-web-portal"]
+ prod = []
8
}
9
10
0 commit comments