Skip to content

Commit 342adac

Browse files
committed
fix: encourage user to find latest version
1 parent c0a83ca commit 342adac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Big shout out to the following projects which this project uses/depends on/menti
3030
```hcl
3131
module "ssm_agent" {
3232
source = "masterpointio/ssm-agent/aws"
33-
version = "1.8.0"
33+
version = "X.X.X"
3434
3535
namespace = var.namespace
3636
stage = var.stage
@@ -41,7 +41,7 @@ module "ssm_agent" {
4141
4242
module "vpc" {
4343
source = "cloudposse/vpc/aws"
44-
version = "2.1.0"
44+
version = "X.X.X"
4545
4646
namespace = var.namespace
4747
stage = var.stage
@@ -53,7 +53,7 @@ module "vpc" {
5353
5454
module "subnets" {
5555
source = "cloudposse/dynamic-subnets/aws"
56-
version = "2.3.0"
56+
version = "X.X.X"
5757
5858
namespace = var.namespace
5959
stage = var.stage

0 commit comments

Comments
 (0)