Skip to content

add project tag to ecr #131

@ale210

Description

@ale210

Overview

In order to better control access, we need to add a tag to the ecr repository in theecr terraform module that specifies what project the repo is for

Action Items

Action Items

in the file terraform/modules/ecr/main.tf, add the following to the resource aws_ecr_repository.this:

tags = {
  project = var.project_name
}

Resources/Instructions

aws_ecr_repository

Metadata

Metadata

Assignees

Type

No type

Projects

Status

In progress (actively working)

Relationships

None yet

Development

No branches or pull requests

Issue actions