forked from pierront/but3-iac
correction arborescence
This commit is contained in:
24
terraform/environments/dev/variables.tf
Normal file
24
terraform/environments/dev/variables.tf
Normal file
@@ -0,0 +1,24 @@
|
||||
variable "projet_name" {
|
||||
type = string
|
||||
default = "projet-hugo-478713"
|
||||
}
|
||||
|
||||
variable "region" {
|
||||
type = string
|
||||
default = "europe-west9"
|
||||
}
|
||||
|
||||
variable "ssh_source_ranges" {
|
||||
type = list(string)
|
||||
default = ["0.0.0.0/0"]
|
||||
}
|
||||
|
||||
variable "instance_type" {
|
||||
type = string
|
||||
default = "e2-small"
|
||||
}
|
||||
|
||||
variable "os_login" {
|
||||
type = bool
|
||||
default = true
|
||||
}
|
||||
Reference in New Issue
Block a user