Skip to content

Commit 08b1851

Browse files
authored
Merge pull request #1 from tedivm/tedivm-patch-1
fix formatting/highlighting
2 parents 72f0c26 + a7f39b9 commit 08b1851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The client configuration file is returned as output from this module. To create
1515
```terraform
1616
module "vpn" {
1717
source = "tedivm/dev-vpn/aws"
18-
version = "~> 1.0
18+
version = "~> 1.0"
1919
2020
identifier = "${local.identifier}-vpn"
2121
subnet_ids = module.vpc.subnets.public[*].id

0 commit comments

Comments
 (0)