We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7dda1a commit dcd67efCopy full SHA for dcd67ef
examples/simple/monitoring/main.tf
@@ -13,6 +13,7 @@
13
# limitations under the License.
14
15
resource "google_monitoring_notification_channel" "email" {
16
+ project = var.project_id
17
display_name = "ABFS Email Notification Channel"
18
type = "email"
19
labels = {
0 commit comments