Skip to content

Commit

Permalink
- =
Browse files Browse the repository at this point in the history
  • Loading branch information
emilymye committed Nov 12, 2019
1 parent c591b49 commit 84726ab
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ removed from Terraform to prevent conflicts.
resource "google_cloudiot_registry" "myregistry" {
name = "%s"
event_notification_config = {
event_notification_config {
pubsub_topic_name = "${google_pubsub_topic.event-topic.id}"
}
}
Expand All @@ -411,7 +411,7 @@ resource "google_cloudiot_registry" "myregistry" {
resource "google_cloudiot_registry" "myregistry" {
name = "%s"
event_notification_configs = {
event_notification_configs {
pubsub_topic_name = "${google_pubsub_topic.event-topic.id}"
}
}
Expand Down

0 comments on commit 84726ab

Please sign in to comment.