forked from pierront/but3-iac
Problème avec Compute : subnet
This commit is contained in:
19
tp-cloud/terraform/environments/dev/variables.tf
Normal file
19
tp-cloud/terraform/environments/dev/variables.tf
Normal file
@@ -0,0 +1,19 @@
|
||||
variable "project" {
|
||||
type = string
|
||||
default = "projet-hugo-478713"
|
||||
}
|
||||
|
||||
variable "region" {
|
||||
type = string
|
||||
default = "europe-west9"
|
||||
}
|
||||
|
||||
variable "zone" {
|
||||
type = string
|
||||
default = "europe-west9-b"
|
||||
}
|
||||
|
||||
variable "ssh_source_ranges" {
|
||||
type = list(string)
|
||||
default = ["0.0.0.0/0"]
|
||||
}
|
||||
Reference in New Issue
Block a user