Skip to content

Commit

Permalink
amendment
Browse files Browse the repository at this point in the history
  • Loading branch information
George Scott committed Apr 23, 2024
1 parent 2ed8356 commit 7a2f89e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/app_eks/add-ons.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

### IAM policy and role for vpc-cni
data "aws_iam_policy_document" "oidc_assume_role" {
statement {
actions = ["sts:AssumeRoleWithWebIdentity"]
Expand Down Expand Up @@ -27,6 +28,11 @@ resource "aws_iam_role" "oidc" {
assume_role_policy = data.aws_iam_policy_document.oidc_assume_role.json
}





### add-ons
resource "aws_eks_addon" "aws-efs-csi-driver" {
depends_on = [
aws_eks_addon.vpc-cni
Expand Down

0 comments on commit 7a2f89e

Please sign in to comment.