Skip to content

Commit

Permalink
docs: fix minor issues with usage snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtoj committed Aug 3, 2023
1 parent c122c3d commit e7ef5f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ module "teleport_cluster" {
teleport_letsencrypt_email = "[email protected]"
teleport_runtime_version = "10.3.15"
dns_parent_zone_id = Z0000000000000000000
dns_parent_zone_name = demo.example.com
teleport_setup_mode = false
dns_parent_zone_id = "Z0000000000000000000"
dns_parent_zone_name = "demo.example.com"
vpc_id = "vpc-00000000000000"
vpc_subnet_ids = ["subnet-00000000000000", "subnet-11111111111111111", "subnet-22222222222222222"]
vpc_public_subnet_ids = ["subnet-33333333333333", "subnet-44444444444444444", "subnet-55555555555555555"]
teleport_setup_mode = false
}
```

Expand Down

0 comments on commit e7ef5f9

Please sign in to comment.