Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Commit

Permalink
Merge 2617cab into 7d9e885
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-tabor committed Feb 26, 2019
2 parents 7d9e885 + 2617cab commit 9c02bc6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
5 changes: 0 additions & 5 deletions terraform/bbq/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ terraform {
}
}


provider "google" {
version = "~> 2"
}

variable "bbq_project" {
description = "it is needed to filter out backups from SLI"
}
11 changes: 11 additions & 0 deletions terraform/bbq/vars.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
variable "bbq_project" {
description = "it is needed to filter out backups from SLI"
}

variable "bbq_restoration_project" {
description = "it is needed to filter out restored backups from SLI"
}

variable "gcp_census_project" {
description = "project where GCP Census data resides. More specifically we need bigquery.table_metadata_v1_0 and bigquery.partition_metadata_v1_0 table from that project"
}

0 comments on commit 9c02bc6

Please sign in to comment.