File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,9 @@ module "production" {
1818 project = " <% .Name %>"
1919 region = " <% index .Params `region` %>"
2020 allowed_account_ids = [" <% index .Params `accountId` %>" ]
21+
2122 # ECR configuration
22- ecr_repositories = [" <% .Name %>-production " ]
23+ ecr_repositories = [] # Should be created by the staging environment
2324
2425 # EKS configuration
2526 eks_cluster_version = " 1.15"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ module "staging" {
1919 region = " <% index .Params `region` %>"
2020 allowed_account_ids = [" <% index .Params `accountId` %>" ]
2121 # ECR configuration
22- ecr_repositories = [ " <% .Name %>-staging " ]
22+ ecr_repositories = [ " <% .Name %>" ]
2323
2424 # EKS configuration
2525 eks_cluster_version = " 1.15"
You can’t perform that action at this time.
0 commit comments