Skip to content

Commit 9cdd505

Browse files
authored
Merge pull request #102 from StatusCakeDev/add-exmaple-for-contact-group-data-source
Add example for contact group data source
2 parents 159f42d + 7afcd48 commit 9cdd505

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)