Giter Site home page Giter Site logo

shamimice03 / terraform-aws-eks-irsa Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 38 KB

Terraform module for EKS IRSA

Home Page: https://registry.terraform.io/modules/shamimice03/eks-irsa/aws/latest

License: GNU General Public License v3.0

HCL 100.00%
aws aws-eks aws-iam kubernetes kubernetes-service-account terraform terraform-eks

terraform-aws-eks-irsa's Introduction

IAM Role for Service Account (IRSA)

Usage

  
module "irsa" {
    source = "shamimice03/eks-irsa/aws"
    
    create            = true
    cluster_name      = "eks-cluster"
    oidc_provider_arn = "arn:aws:iam::396778319547:oidc-provider/oidc.eks.ap-northeast-1.amazonaws.com/id/B7AF2E49EC3KK282BAFAFD95B24CA053"
    irsa_role_name    = "AWSLoadBalancerControllerRole"
    iam_policy_arn    = "arn:aws:iam::391178969547:policy/AWS-LoadBalancer-Controller-Policy"
    
    namespace = {
      create_new = false,
      name       = "kube-system"
    }
    serviceaccount = {
      create_new = true,
      name       = "aws-lb-controller-sa"
    }
}

Variables

Variable Type Description Default
create bool Enable or Disable IRSA true
cluster_name string Name of the EKS cluster null
oidc_provider_arn string ARN of the EKS OIDC Provider null
irsa_role_name string Name of the irsa role null
namespace map(any) Enter Namespace { "create_new" = false, "name" = null }
serviceaccount map(any) Enter service account name { "create_new" = false, "name" = null }
iam_policy_arn string ARN of the IAM Policy to be attached null

License

GPLv3 License

terraform-aws-eks-irsa's People

Contributors

shamimice03 avatar

Watchers

 avatar  avatar

terraform-aws-eks-irsa's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.