Skip to content
Snippets Groups Projects
Unverified Commit dbd73f63 authored by andrejcermak's avatar andrejcermak
Browse files

Removing root path variable

parent bbea75fd
No related branches found
No related tags found
No related merge requests found
...@@ -11,10 +11,6 @@ variable "ssh_public_key_value" { ...@@ -11,10 +11,6 @@ variable "ssh_public_key_value" {
default = "" default = ""
} }
variable "root_path" {
default = ""
}
variable "internal_network_cidr" { variable "internal_network_cidr" {
description = "Internal network address, use CIDR notation" description = "Internal network address, use CIDR notation"
default = "10.0.0.0/24" default = "10.0.0.0/24"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment