0
0
llucycodes42
The resource "pagerduty_user" references the resource "myResourceName" with the following data:
name = "my-resource-name"
description = "Description of my-resource-name"
email = "125.greenholt.earline@graham.name"
teams = ["${pagerduty_team.example.
Shortcut: tf_pagerduty_user
resource "pagerduty_user" "${myResourceName}" {
name = "my-${myResourceName}"
description = "my-description-${myResourceName}"
email = "125.greenholt.earline@graham.name"
teams = ["${pagerduty_team.example.id}"]
}