moving deprecated things to it's own folder
This commit is contained in:
7
infra/deprecated/fargate/ecr.tf
Normal file
7
infra/deprecated/fargate/ecr.tf
Normal file
@@ -0,0 +1,7 @@
|
||||
resource "aws_ecr_repository" "this" {
|
||||
for_each = {
|
||||
for index, repo in local.repos:
|
||||
index => repo
|
||||
}
|
||||
name = each.value
|
||||
}
|
||||
Reference in New Issue
Block a user