Skip to content
This repository has been archived by the owner on Apr 14, 2020. It is now read-only.

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dainis committed Sep 1, 2016
1 parent 8bbd1f1 commit 29810b5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ resource "zabbix_host" "zabbix1" {
ip = "127.0.0.1"
main = true
}]
groups = ["Linux servers"]
groups = ["Linux servers", "${zabbix_host_group.zabbix.name}"]
templates = ["Template ICMP Ping"]
}
resource "zabbix_host_group" "zabbix" {
name = "something"
}
```

0 comments on commit 29810b5

Please sign in to comment.