Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
variables.tf 118 B
Newer Older
  • Learn to ignore specific revisions
  • Nicolas's avatar
    Nicolas committed
    variable "ec_apikey" {
      type = string
    
    Nicolas's avatar
    Nicolas committed
    }
    
    variable "region" {
        type    = string
        default = "gcp-europe-west1"
    }