Difference between revisions of "Terraform resource: aws ecr repository"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecr_repository
 
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecr_repository
  
 +
Example:
 +
<pre>
 +
resource "aws_ecr_repository" "foo" {
 +
  name                = "bar"
 +
  image_tag_mutability = "MUTABLE"
 +
 +
  image_scanning_configuration {
 +
    scan_on_push = true
 +
  }
 +
}
 +
</pre>
  
 
== See also ==
 
== See also ==

Revision as of 21:52, 1 December 2021

Advertising: