Skip to content

Instantly share code, notes, and snippets.

@dev-daeun
Last active February 19, 2022 07:01
Show Gist options
  • Save dev-daeun/751cf78d72d2e9722dd7a27175c31e46 to your computer and use it in GitHub Desktop.
Save dev-daeun/751cf78d72d2e9722dd7a27175c31e46 to your computer and use it in GitHub Desktop.
resource "aws_ecr_repository" "ecr-repo" {
name = "${var.service}/ecr-with-terraform"
tags = {
Environment = "${var.environment}"
Service = "${var.service}"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment