Skip to content

Commit

Permalink
put the right role in for eks
Browse files Browse the repository at this point in the history
  • Loading branch information
vallard committed Aug 1, 2022
1 parent df996d0 commit 09fbfac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 02/terragrunt/live/stage-mon/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ generate "provider" {
contents = <<EOF
provider "aws" {
region = "us-west-2"
assume_role {
role_arn = local.iam_state.eks_dude_role.arn
}
}
EOF
}
Expand Down

0 comments on commit 09fbfac

Please sign in to comment.