Difference between revisions of "Terraform module: ebs csi irsa role"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 28: | Line 28: | ||
== See also == | == See also == | ||
+ | * {{ebs_csi_irsa_role}} | ||
* {{EBS CSI}} | * {{EBS CSI}} | ||
* {{IRSA}} | * {{IRSA}} | ||
[[Category:EBS]] | [[Category:EBS]] |
Revision as of 10:31, 22 March 2023
- https://registry.terraform.io/modules/terraform-aws-modules/iam/aws/5.5.7/examples/iam-role-for-service-accounts-eks
- andreswebs: https://registry.terraform.io/modules/andreswebs/eks-ebs-csi-driver/aws/latest/submodules/iam
.../... service_account_role_arn = module.ebs_csi_irsa_role.iam_role_arn .../...
module "ebs_csi_irsa_role" { source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks" role_name = "${var.cluster_name}-ebs-csi" attach_ebs_csi_policy = true oidc_providers = { ex = { provider_arn = module.eks.oidc_provider_arn namespace_service_accounts = ["kube-system:ebs-csi-controller-sa"] } } }
Related
Error: Invalid module source address
See also
Advertising: