Skip to content

Commit

Permalink
chore: Updating README.md to include best practice of pinning versions (
Browse files Browse the repository at this point in the history
#195)

Co-authored-by: Frank Carta <fcarta@amazon.com>
  • Loading branch information
fcarta29 and fcarta29 committed Jun 28, 2023
1 parent 0c4de9e commit 906d637
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ module "eks" {
module "eks_blueprints_addons" {
source = "aws-ia/eks-blueprints-addons/aws"
version = "~> 1.0" #ensure to update this to the latest/desired version
cluster_name = module.eks.cluster_name
cluster_endpoint = module.eks.cluster_endpoint
Expand Down

0 comments on commit 906d637

Please sign in to comment.