Skip to content

Commit 3b044cd

Browse files
committed
Update examples to show that zone_names is handles
1 parent 1b6f4bf commit 3b044cd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ns1/examples/alert.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resource "ns1_alert" "example1" {
66

77
#optional
88
notification_lists = []
9-
zone_names = []
9+
zone_names = ["a.b.c.com","myzone"]
1010
record_ids = []
1111
}
1212

website/docs/r/alert.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ resource "ns1_alert" "example1" {
2121
2222
#optional
2323
notification_lists = []
24-
zone_names = ["a.b.c.com"]
24+
zone_names = ["a.b.c.com","myzone"]
2525
record_ids = []
2626
}
2727

0 commit comments

Comments
 (0)