mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-31 02:26:44 +10:00
old-vars
This commit is contained in:
parent
0bbdf8702a
commit
ddcabe95e0
1 changed files with 0 additions and 10 deletions
|
|
@ -33,16 +33,6 @@ variable "machine_type" {
|
|||
default = "custom-6-16384"
|
||||
}
|
||||
|
||||
variable "tls_cert_path" {
|
||||
description = "Path to file containing public TLS certificate."
|
||||
default = "~/.ssl/server.cert"
|
||||
}
|
||||
|
||||
variable "tls_key_path" {
|
||||
description = "Path to file containing TLS private signing key."
|
||||
default = "~/.ssl/server.pem"
|
||||
}
|
||||
|
||||
output "ip" {
|
||||
value = "${google_compute_instance.desktop-environment.network_interface.0.access_config.0.nat_ip}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue