Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Those parameters have been moved to server and proxy module #1421

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions backend_modules/null/base/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ resource "null_resource" "base" {
testsuite = var.testsuite
provider_settings = yamlencode(var.provider_settings)
images = yamlencode(var.images)
server_registration_code = var.server_registration_code
proxy_registration_code = var.proxy_registration_code
}
}

Expand All @@ -35,7 +33,5 @@ output "configuration" {
name_prefix = var.name_prefix
use_shared_resources = var.use_shared_resources
testsuite = var.testsuite
server_registration_code = var.server_registration_code
proxy_registration_code = var.proxy_registration_code
}
}
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
}
Loading