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.
2 parents 72f0c26 + a7f39b9 commit 08b1851Copy full SHA for 08b1851
README.md
@@ -15,7 +15,7 @@ The client configuration file is returned as output from this module. To create
15
```terraform
16
module "vpn" {
17
source = "tedivm/dev-vpn/aws"
18
- version = "~> 1.0
+ version = "~> 1.0"
19
20
identifier = "${local.identifier}-vpn"
21
subnet_ids = module.vpc.subnets.public[*].id
0 commit comments