Search

ECR

resource "aws_ecr_repository" "ecr" { name = "wsi-app" force_delete = true }
JSON
복사