Skip to content

Commit e7ef5f9

Browse files
committed
docs: fix minor issues with usage snippet
1 parent c122c3d commit e7ef5f9

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,12 +30,12 @@ module "teleport_cluster" {
3030
3131
teleport_letsencrypt_email = "[email protected]"
3232
teleport_runtime_version = "10.3.15"
33-
dns_parent_zone_id = Z0000000000000000000
34-
dns_parent_zone_name = demo.example.com
33+
teleport_setup_mode = false
34+
dns_parent_zone_id = "Z0000000000000000000"
35+
dns_parent_zone_name = "demo.example.com"
3536
vpc_id = "vpc-00000000000000"
3637
vpc_subnet_ids = ["subnet-00000000000000", "subnet-11111111111111111", "subnet-22222222222222222"]
3738
vpc_public_subnet_ids = ["subnet-33333333333333", "subnet-44444444444444444", "subnet-55555555555555555"]
38-
teleport_setup_mode = false
3939
}
4040
```
4141

0 commit comments

Comments
 (0)