This repo provides a starting point for users who want to create valid Terraform modules stored in GitHub.
- Development
- Production/Maintenance
Name | Version |
---|---|
aws | ~> 3.74.0 |
Name | Version |
---|---|
aws | ~> 3.74.0 |
No modules.
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 |
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 |
Name | Description |
---|---|
repository_urls | n/a |
To report bugs/issues/feature requests, please file an issue.
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.
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.