Skip to content

Commit 7afcd48

Browse files
committed
Add example for contact group data source
1 parent 1868152 commit 7afcd48

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
data "statuscake_contact_group" "developers" {
2+
id = "123456"
3+
}
4+
5+
output "developers_contact_group_name" {
6+
value = data.statuscake_contact_group.developers.name
7+
}

0 commit comments

Comments
 (0)