Skip to content

Instantly share code, notes, and snippets.

@jeremiasroma
Last active June 15, 2020 01:17
Show Gist options
  • Select an option

  • Save jeremiasroma/b79cc03a98c770340a8e5202ca798aa6 to your computer and use it in GitHub Desktop.

Select an option

Save jeremiasroma/b79cc03a98c770340a8e5202ca798aa6 to your computer and use it in GitHub Desktop.
resource "aws_ecr_repository" "default" {
name = var.name
image_scanning_configuration {
scan_on_push = true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment