moving deprecated things to it's own folder

This commit is contained in:
2024-05-04 18:58:51 -07:00
parent 6203f355b2
commit 5abcff70ec
53 changed files with 1 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
resource "aws_ecr_repository" "this" {
for_each = {
for index, repo in local.repos:
index => repo
}
name = each.value
}