We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a83ca commit 342adacCopy full SHA for 342adac
README.md
@@ -30,7 +30,7 @@ Big shout out to the following projects which this project uses/depends on/menti
30
```hcl
31
module "ssm_agent" {
32
source = "masterpointio/ssm-agent/aws"
33
- version = "1.8.0"
+ version = "X.X.X"
34
35
namespace = var.namespace
36
stage = var.stage
@@ -41,7 +41,7 @@ module "ssm_agent" {
41
42
module "vpc" {
43
source = "cloudposse/vpc/aws"
44
- version = "2.1.0"
45
46
47
@@ -53,7 +53,7 @@ module "vpc" {
53
54
module "subnets" {
55
source = "cloudposse/dynamic-subnets/aws"
56
- version = "2.3.0"
57
58
59
0 commit comments