Skip to content

Commit

Permalink
Fix dead link
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-stephen committed Nov 1, 2023
1 parent 6c23806 commit cef746f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nomad-aws/nomad-autoscaler.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ resource "aws_iam_role" "nomad_role" {
})
}
tags = local.tags
}
}
2 changes: 1 addition & 1 deletion nomad-aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ variable "role_name" {
default = null
}

# Check for IRSA Role (more details) - https://docs.aws.amazon.com/eks/latest/userguide/create-service-account-iam-policy-and-role.html
# Check for IRSA Role (more details) - https://docs.aws.amazon.com/eks/latest/userguide/associate-service-account-role.html
# enable_irsa = {
# oidc_principal_id = "arn:aws:iam::<ACCOUNT_ID>:oidc-provider/oidc.eks.<REGION>.amazonaws.com/id/<OIDC_ID>"
# oidc_eks_variable = "oidc.eks.<REGION>.amazonaws.com/id/<OIDC_ID>:sub"
Expand Down

0 comments on commit cef746f

Please sign in to comment.