Giter Club home page Giter Club logo

terraform-aws-eks-s3-csi-driver's Introduction

terraform-aws-eks-s3-csi-driver

Create the IAM resources for the S3 CSI Driver and install the add-on on an existing EKS cluster.

Capture d’écran 2024-04-09 à 07 14 27

Usage:

module "eks-s3-csi-driver" {
  source  = "Z4ck404/eks-s3-csi-driver/aws"

  aws_profile      = "zack-labs"
  aws_region       = "us-west-2"
  eks_cluster_name = "zack-demo-0"

  s3_bucket_name = "zack-s3-mount--usw2-az1--x-s3"
}

examples:

The module:

Requirements

No requirements.

Providers

Name Version
aws n/a

Modules

No modules.

Resources

Name Type
aws_eks_addon.s3_csi resource
aws_iam_policy.s3_policy resource
aws_iam_role.s3_role resource
aws_iam_role_policy_attachment.s3_role_attachment resource
aws_eks_addon_version.s3_csi data source
aws_eks_cluster.eks_cluster data source
aws_iam_openid_connect_provider.this data source

Inputs

Name Description Type Default Required
aws_profile AWS Profile string "" no
aws_region Region Code string n/a yes
eks_cluster_name EKS cluster name string n/a yes
s3_bucket_name Name of the S3 bucket string n/a yes

Outputs

No outputs.

terraform-aws-eks-s3-csi-driver's People

Contributors

fabiorauber avatar z4ck404 avatar

Stargazers

 avatar

Watchers

 avatar

terraform-aws-eks-s3-csi-driver's Issues

Provider configuration inside modules

I attempted to utilize your module and noticed that configuring the provider is required. I'm curious whether this requirement was an intentional design choice or if there's other specific reason

examples appear to be broken

Example contains two pvc's instead of a pv and pvc.

Also was not able to get the s3 storageclass to function. Controller logs did not appear to have anything watching storageclass.

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.