github.com/filecoin-project/bacalhau@v0.3.23-0.20230228154132-45c989550ace/ops/service-accounts/weave-flux/variables.tf (about)

     1  variable "gcp_project" {
     2    type = string
     3  }
     4  variable "region" {
     5    type = string
     6  }
     7  variable "zone" {
     8    type = string
     9  }
    10  variable "service_account_name" {
    11    type    = string
    12    default = "service-account-weave-flux"
    13  }