We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9541bc5 commit 41229b1Copy full SHA for 41229b1
1 file changed
infrastructure/stacks/iams-developer-roles/github_actions_role.tf
@@ -109,7 +109,7 @@ data "aws_iam_policy_document" "github_actions_iam_bootstrap_assume_role" {
109
}
110
111
resource "aws_iam_role" "regression_test_role" {
112
- name = "Eligibility-Signposting-API-E2E-Regression-Tests"
+ name = "Eligibility-API-E2E-Regression-Tests"
113
description = "Role for regression testing"
114
permissions_boundary = aws_iam_policy.permissions_boundary.arn
115
path = "/service-roles/"
@@ -120,7 +120,7 @@ resource "aws_iam_role" "regression_test_role" {
120
tags = merge(
121
local.tags,
122
{
123
- Name = "Eligibility-Signposting-API-E2E-Regression-Tests"
+ Name = "Eligibility-API-E2E-Regression-Tests"
124
125
)
126
0 commit comments