Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyanka-Chatterjee-2000 committed Nov 30, 2023
1 parent fb36901 commit 8156e97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion snapshot_isolate_gcp_compute_instance/mod.fp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ mod "snapshot_isolate_gcp_compute_instance" {

require {
mod "github.com/turbot/flowpipe-mod-gcp" {
version = "*"
version = "v0.0.1-rc.0"
args = {
project_id = var.gcp_project_id
application_credentials_path = var.gcp_application_credentials_path
Expand Down
2 changes: 0 additions & 2 deletions snapshot_isolate_gcp_compute_instance/variables.fp
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
variable "gcp_application_credentials_path" {
type = string
description = "The GCP application credentials file path."
default = ""
}

variable "gcp_project_id" {
type = string
description = "The GCP project ID."
default = ""
}

0 comments on commit 8156e97

Please sign in to comment.