Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preparation to add tags to secrets #356

Merged
merged 4 commits into from
Sep 6, 2024
Merged

Preparation to add tags to secrets #356

merged 4 commits into from
Sep 6, 2024

Conversation

smjmoj
Copy link

@smjmoj smjmoj commented Sep 4, 2024

Separated the DNS, DHCP and Admin secrets into their own files for ease of identification.

Each secret has AWS resource tags added and a description.
The description is necessary as the secrets name follows the original convention from their place in AWS SSM Parameter store, which doesn't indicate clearly their purpose or use in certain cases.

The locals have been moved to the locals.tf

Commented out metadata changes
The metadata changes (description and tags) have been commented out pending the investigation and work on the data block for
data "aws_secretsmanager_secret_version" which is triggering a RDS DB rebuild.

This code establishes a cleaner layout by separating the secrets into their service groupings and have the metadata attributes ready to use.

ND-505

Stephen.James added 3 commits August 30, 2024 15:58
into their own files for ease of identification.

Each secret has AWS resource tags added and a description.
The description is necessary as the secrets name follows the original convention from their place in AWS SSM Parameter store, which doesn't indicate clearly their purpose or use in certain cases.

The locals have been moved to the locals.tf
The metadata changes (description and tags) have been commented out pending the investigation and work on the data block for
data "aws_secretsmanager_secret_version" which is triggering a RDS DB rebuild.

This code establishes a cleaner layout by separating the secrets into their service groupings and have the metadata attributes ready to use.

ND-505
@smjmoj smjmoj requested a review from a team as a code owner September 4, 2024 16:11
Copy link
Contributor

@asifamirat00 asifamirat00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@smjmoj smjmoj merged commit f5513a5 into main Sep 6, 2024
@smjmoj smjmoj deleted the add-tags-to-secrets branch September 6, 2024 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants