Skip to content

Commit

Permalink
🔀 Merge pull request #3656 from ministryofjustice/refactor/omd-role-name
Browse files Browse the repository at this point in the history
♻️ Remove random suffix from Open Metadata target role
  • Loading branch information
Jacob Woffenden authored Oct 13, 2023
2 parents 34bed4f + 096299f commit 5ac8015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/data-platform/iam-roles.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module "openmetadata_iam_role" {

create_role = true

role_name_prefix = "openmetadata"
role_name = "openmetadata"
role_requires_mfa = false

trusted_role_arns = ["arn:aws:iam::${local.environment_configuration.apps_tools_account_id}:root"]
Expand Down

0 comments on commit 5ac8015

Please sign in to comment.