forked from pierront/but3-iac
corrs vars
This commit is contained in:
@@ -27,3 +27,15 @@ variable "region"{
|
||||
type = string
|
||||
default = "10.0.5.0/24"
|
||||
}
|
||||
|
||||
variable "project_id"{
|
||||
description = "id of the project"
|
||||
type = "string"
|
||||
default = "10.0.6.0/24"
|
||||
}
|
||||
|
||||
variable "ssh_source_ranges"{
|
||||
description = "range of sources"
|
||||
type = "string"
|
||||
default = "10.0.7.0/24"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user