Skip to content

Commit

Permalink
remove provider constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
mluffman committed Jan 4, 2024
1 parent 1c525f4 commit d6b4db9
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions infra/gcp/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,28 +19,10 @@
* ```
**/

terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 5.0"
}
}
}

provider "google" {
project = var.project
default_labels = {
managed-by = "spot-interruption-exporter"
}
}

locals {
service_account_member = "serviceAccount:${var.project}.svc.id.goog[${var.kubernetes_service_account_namespace}/${var.kubernetes_service_account_name}]"

}


module "interruption_events" {
source = "./event-forwarder"

Expand Down

0 comments on commit d6b4db9

Please sign in to comment.