Skip to content

Commit

Permalink
Fix terraform deployer
Browse files Browse the repository at this point in the history
  • Loading branch information
gpop63 committed Mar 23, 2022
1 parent 957e4f3 commit 21e114f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/gcp/data_stream/firestore/_dev/deploy/tf/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ variable "zone" {
}

provider "google" {
project = var.project_id
project = var.gcp_project_id
}

resource "google_firestore_document" "mydoc6" {
project = var.project_id
collection = "${var.collection_name}-${var.TEST_RUN_ID}"
document_id = "elastic-document-${var.TEST_RUN_ID}"
fields = "{\"something\":{\"mapValue\":{\"fields\":{\"akey\":{\"stringValue\":\"avalue\"}}}}}"
Expand Down

0 comments on commit 21e114f

Please sign in to comment.