Fix the indentation.

This commit is contained in:
Andrea Dell'Amico 2024-04-20 16:00:48 +02:00
parent 0e8f6d3653
commit d94ba84149
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ output "os_project_data" {
output "os_region_data" {
value = var.os_region_data
}
output "default_security_group_name" {
value = "default"

View File

@ -65,7 +65,7 @@ variable "external_network" {
variable "jump_proxy_ssh_shell" {
type = map(string)
default = {
hostname = "shell.garr-ct1.d4science.net"
hostname = "shell.garr-ct1.d4science.net"
private_ip = "192.168.100.4"
}
}
@ -73,7 +73,7 @@ variable "jump_proxy_ssh_shell" {
variable "prometheus_host" {
type = map(string)
default = {
hostname = "ip-90-147-166-113.ct1.garrservices.it"
hostname = "ip-90-147-166-113.ct1.garrservices.it"
private_ip = "192.168.100.15"
}
}