Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created June 20, 2021 18:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KyMidd/9877a9909664ec64d30abe1a4cf7afcb to your computer and use it in GitHub Desktop.
Save KyMidd/9877a9909664ec64d30abe1a4cf7afcb to your computer and use it in GitHub Desktop.
resource "aws_ecr_repository" "hub_ecr_repository" {
name = "hub_ecr_repository"
image_tag_mutability = "MUTABLE"
image_scanning_configuration {
scan_on_push = true
}
tags = {
name = "hub_ecr_repository"
terraform = "true"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment