We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2937e94 + 277f769 commit 22d3d19Copy full SHA for 22d3d19
2 files changed
infrastructure/stacks/iams-developer-roles/github_actions_policies.tf
@@ -986,6 +986,7 @@ data "aws_iam_policy_document" "regression_repo_assume_role" {
986
values = [
987
"repo:${var.github_org}/${var.regression_repo}:*",
988
"repo:${var.github_org}/${var.github_repo}:*",
989
+ "repo:${var.github_org}/${var.my_vaccines_repo}:*",
990
]
991
}
992
infrastructure/stacks/iams-developer-roles/variables.tf
@@ -15,3 +15,9 @@ variable "regression_repo" {
15
description = "GitHub repository"
16
type = string
17
18
+
19
+variable "my_vaccines_repo" {
20
+ default = "vaccinations-app"
21
+ description = "GitHub repository"
22
+ type = string
23
+}
0 commit comments