Skip to content
This repository was archived by the owner on Oct 27, 2020. It is now read-only.

Commit 9343fff

Browse files
committed
Added new hostname and tag variable in example.tf
1 parent d0e6708 commit 9343fff

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

example/example.tf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ resource "vultr_ssh_key" "example" {
1515

1616
resource "vultr_server" "example" {
1717
name = "example created from terraform"
18+
19+
# set the hostname.
20+
# Optional value.
21+
hostname = "foobar.example.com"
22+
23+
# set Vultr tags
24+
# Optional value.
25+
tag = "exampletag"
1826

1927
# set the region. 7 is Amsterdam.
2028
# get the list of regions with the command: vultr regions

0 commit comments

Comments
 (0)