Skip to content

Commit

Permalink
Remove unused shared vars from TFE workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Jan 15, 2024
1 parent 09f277a commit ee95ea1
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions tf-workspace/tfe.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,21 +53,3 @@ resource "tfe_variable" "gcp_shared_infra_project_id" {
value = data.google_project.main.project_id
sensitive = false
}

resource "tfe_variable" "gcp_parent_folder" {
variable_set_id = tfe_variable_set.environments.id

category = "terraform"
key = "gcp_parent_folder"
value = var.gcp_parent_folder
sensitive = false
}

resource "tfe_variable" "gcp_billing_account" {
variable_set_id = tfe_variable_set.environments.id

category = "terraform"
key = "gcp_billing_account"
value = var.gcp_billing_account
sensitive = false
}

0 comments on commit ee95ea1

Please sign in to comment.