Skip to content

Commit

Permalink
Release module (#3)
Browse files Browse the repository at this point in the history
* update readme
  • Loading branch information
Z4ck404 authored Dec 6, 2023
1 parent 7c9b433 commit ebc0bd3
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@ Create the IAM resources for the S3 CSI Driver and install the add-on on an exis
## 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"
## examples:
s3_bucket_name = "zack-s3-mount--usw2-az1--x-s3"
}
```
## examples:

- [AWS Examples S3 mount on eks using the driver](https://github.com/awslabs/mountpoint-s3-csi-driver/blob/main/examples/kubernetes/static_provisioning/static_provisioning.yaml)

Expand Down

0 comments on commit ebc0bd3

Please sign in to comment.