Skip to content

Commit

Permalink
add space
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenoel8 committed Dec 18, 2024
1 parent 85de4d4 commit 8b598a0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion backend_modules/aws/host/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
locals {
# ami = lookup(lookup(var.base_configuration["ami_info"], var.image, {}), "ami", var.image)
ami = lookup(
lookup(var.base_configuration["ami_info"], var.image, { "ami" = var.image }),
"ami",
Expand Down
2 changes: 1 addition & 1 deletion modules/proxy_containerized/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ variable "provision" {
variable "proxy_registration_code" {
description = "SUMA SCC registration code to enable the SLES and SUMA repositories for proxy"
default = null
}
}
2 changes: 1 addition & 1 deletion modules/server/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -343,4 +343,4 @@ variable "provision" {
description = "Indicates whether servers should be provisioned or not"
type = bool
default = true
}
}

0 comments on commit 8b598a0

Please sign in to comment.