Skip to content

A Terraform module to automate creation and management of Elastic Container Registries within an AWS landing zone/SEA.

License

Notifications You must be signed in to change notification settings

bcgov/terraform-octk-aws-workload-ecr

Repository files navigation

<application_license_badge>

BC Gov Terraform Template

This repo provides a starting point for users who want to create valid Terraform modules stored in GitHub.

Third-Party Products/Libraries used and the licenses they are covered by

Project Status

  • Development
  • Production/Maintenance

Documentation

Requirements

Name Version
aws ~> 3.74.0

Providers

Name Version
aws ~> 3.74.0

Modules

No modules.

Resources

Name Type
aws_ecr_repository.this resource
aws_ecr_repository_policy.this resource
aws_iam_policy_document.ecr_read data source
aws_iam_policy_document.ecr_read_write data source

Inputs

Name Description Type Default Required
aws_region The AWS region things are created in string "ca-central-1" no
image_scanning_enabled Enable container image scanning for security issues. bool true no
image_tag_mutability Tag mutability setting for the repository. Must be one of: MUTABLE or IMMUTABLE. string "MUTABLE" no
read_principals Defines which external principals are allowed to read from the ECR repository list(any) n/a yes
repository_names Name for the container repository to be provisioned. list(string) n/a yes
tags A set of of one or more tags to provide some metadata for the provisioned resources. map(string) {} no
write_principals Defines which external principals are allowed to write to the ECR repository list(any) [] no

Outputs

Name Description
repository_urls n/a

Getting Started

Getting Help or Reporting an Issue

To report bugs/issues/feature requests, please file an issue.

How to Contribute

If you would like to contribute, please see our CONTRIBUTING guidelines.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

License

Copyright 2018 Province of British Columbia

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

A Terraform module to automate creation and management of Elastic Container Registries within an AWS landing zone/SEA.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages