ecr-repository
azavea/ecr-repository/aws
A Terraform module to create an Amazon Web Services (AWS) Elastic Container Registry (ECR) repository.
terraform-aws-ecr-repository A Terraform module to create an Amazon Web Services (AWS) Elastic Container Registry (ECR) repository. Usage ``hcl module "ecr-repository" { source = "github.com/azavea/terraform-aws-ecr-repository?ref=0.1.0" repository_name = "my-containers" attach_lifecycle_policy = true } ` Variables - repository_name - name of the repository - attach_lifecycle_policy - attach an ECR lifecycle policy (default: false) - lifecycle_policy - ECR lifecycle policy (default: the contents of default-lifecycle-policy.json.tpl, untagged images older than 7 days will be deleted) Outputs - arn - full ARN of the repository - name - the name of the repository - registry_id - the registry ID where the repository was created - repository_url` - the URL of the repository (in the form aws_acc
| Name | Type | Description | Default |
|---|---|---|---|
| repository_name | string | required | |
| attach_lifecycle_policy | string | false | |
| lifecycle_policy | string | "" |
repository_urlarnnameregistry_idAzure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,