Skip to content

add project tag to secret #130

@ale210

Description

@ale210

Overview

In order to better control access, we need to add a tag to the ssm paramter in the secret terraform module that specifies what project the secret is for

Action Items

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

tags = {
  project = var.project_name
}

Resources/Instructions

ssm_parameter

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Prioritized Backlog

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions