Skip to content

Commit

Permalink
Those parameters have been move to server and proxy module
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenoel8 committed Nov 15, 2023
1 parent d6c9758 commit ac4be33
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions backend_modules/null/base/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,3 @@ variable "use_eip_bastion" {
default = true
type = bool
}

variable "server_registration_code" {
description = "SUMA SCC registration code to enable the SLES server"
default = null
}

variable "proxy_registration_code" {
description = "SUMA SCC registration code to enable the SLES and SUMA repositories for proxy"
default = null
}

0 comments on commit ac4be33

Please sign in to comment.