Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
arianvp committed Nov 28, 2023
1 parent 21c3de3 commit caeca14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tf/iam_github_actions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,8 @@ resource "aws_iam_role" "upload_ami" {
name = "upload-ami"
assume_role_policy = data.aws_iam_policy_document.assume_deploy.json
managed_policy_arns = ["arn:aws:iam::aws:policy/AdministratorAccess"]
}

output "upload_ami_role_arn" {
value = aws_iam_role.upload_ami.arn
}

0 comments on commit caeca14

Please sign in to comment.