Skip to content

Commit

Permalink
chore: Examples in the README.md should use versions (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: Frank Carta <fcarta@amazon.com>
  • Loading branch information
fcarta29 and fcarta29 authored Jun 22, 2023
1 parent 67cd486 commit 05ee933
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Terraform module which provisions an addon ([Helm release](https://registry.terr
```hcl
module "eks_blueprints_addon" {
source = "aws-ia/eks-blueprints-addon/aws"
version = "~> 1.0" #ensure to update this to the latest/desired version
chart = "karpenter"
chart_version = "0.16.2"
Expand Down Expand Up @@ -65,6 +66,7 @@ module "eks_blueprints_addon" {
```hcl
module "eks_blueprints_addon" {
source = "aws-ia/eks-blueprints-addon/aws"
version = "~> 1.0" #ensure to update this to the latest/desired version
chart = "metrics-server"
chart_version = "3.8.2"
Expand Down Expand Up @@ -95,6 +97,7 @@ module "eks_blueprints_addon" {
```hcl
module "eks_blueprints_addon" {
source = "aws-ia/eks-blueprints-addon/aws"
version = "~> 1.0" #ensure to update this to the latest/desired version
# Disable helm release
create_release = false
Expand Down

0 comments on commit 05ee933

Please sign in to comment.