Skip to content

♻️ Change the IAM role name for reports prototype#2387

Open
jasonBirchall wants to merge 1 commit intomainfrom
change-report-name
Open

♻️ Change the IAM role name for reports prototype#2387
jasonBirchall wants to merge 1 commit intomainfrom
change-report-name

Conversation

@jasonBirchall
Copy link
Collaborator

Before this commit it is set to govuk-reports-govuk (the second govuk is the cluster name) , which doesn't make a lot of sense. This change adds the word prototype and removes the second govuk instance

Before this commit it is set to , which doesn't make a lot of sense. This change adds the word prototype and removes the second govuk instance

locals {
govuk_reports_service_account_name = "govuk-reports"
govuk_reports_service_account_name = "govuk-reports-prototype"
Copy link
Member

Choose a reason for hiding this comment

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

This should probably still include the cluster id/name, otherwise we'll get conflicts if we try to deploy it in an ephemeral cluster (which share an AWS account)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

so keep govuk-reports-govuk?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

it's a good point on ephemeral clusters.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

maybe remove the first govuk. Just so it doesn't make my skin crawl :p

Copy link
Member

Choose a reason for hiding this comment

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

It'll say govuk-reports-prototype-govuk in most envs, yeah. But in Terraform it'll read in a less skin itching way at least

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants