Skip to content

Commit 906d637

Browse files
authored
chore: Updating README.md to include best practice of pinning versions (#195)
Co-authored-by: Frank Carta <[email protected]>
1 parent 0c4de9e commit 906d637

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ module "eks" {
1616
1717
module "eks_blueprints_addons" {
1818
source = "aws-ia/eks-blueprints-addons/aws"
19+
version = "~> 1.0" #ensure to update this to the latest/desired version
1920
2021
cluster_name = module.eks.cluster_name
2122
cluster_endpoint = module.eks.cluster_endpoint

0 commit comments

Comments
 (0)