Skip to content

Commit

Permalink
Add environment (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
arianvp authored Dec 15, 2023
1 parent cba8bc5 commit a1e037f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tf/iam_github_actions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ data "aws_iam_policy_document" "assume_upload_ami" {
variable = "token.actions.githubusercontent.com:sub"
values = [
"repo:${var.repo}:environment:images",
"repo:${var.repo}:environment:amis",
]
}
}
Expand Down

0 comments on commit a1e037f

Please sign in to comment.