Skip to content

Commit

Permalink
add dependency between iam_binding and pubsub_topic for acceptance test
Browse files Browse the repository at this point in the history
  • Loading branch information
drebes committed Jun 29, 2019
1 parent 0132d70 commit 0f5b697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/terraform/tests/resource_pubsub_topic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ resource "google_project_iam_member" "kms-project-binding" {
resource "google_pubsub_topic" "topic" {
name = "%s"
project = "${data.google_project.project.project_id}"
project = "${google_project_iam_member.kms-project-binding.project}"
kms_key_name = "%s"
}
`, pid, topicName, kmsKey)
Expand Down

0 comments on commit 0f5b697

Please sign in to comment.