diff --git a/main.tf.aws.example b/main.tf.aws.example index d1db4db1b..3f154ef9c 100644 --- a/main.tf.aws.example +++ b/main.tf.aws.example @@ -18,7 +18,7 @@ module "base" { cc_password = ... name_prefix = ... // if you use name_prefix, make sure to update the server_configuration for clients/minions below - product_version = ... + product_version = "uyuni-release" provider_settings = { availability_zone = local.availability_zone @@ -68,7 +68,6 @@ module "server" { name = "server" image = "opensuse154o" - product_version = "uyuni-release" provider_settings = { } } @@ -80,7 +79,6 @@ module "minion" { name = "minion" image = "opensuse154o" server_configuration = module.server.configuration - product_version = "uyuni-release" } output "key_file" { diff --git a/main.tf.azure.example b/main.tf.azure.example index fc9d02889..de6e07c6a 100644 --- a/main.tf.azure.example +++ b/main.tf.azure.example @@ -17,7 +17,7 @@ module "base" { name_prefix = local.name_prefix // if you use name_prefix, make sure to update the server_configuration for clients/minions below - product_version = "*" + product_version = "uyuni-release" provider_settings = { location = local.location ssh_allowed_ips = "*" @@ -65,7 +65,6 @@ module "server" { name = "server" image = "suma41" - product_version = "suma41" provider_settings = { @@ -82,7 +81,6 @@ module "minion" { name = "minion" image = "opensuse154" server_configuration = module.server.configuration - product_version = "uyuni-release" } output "key_file" { diff --git a/main.tf.libvirt.example b/main.tf.libvirt.example index 3dae0aaca..ae98dab40 100644 --- a/main.tf.libvirt.example +++ b/main.tf.libvirt.example @@ -18,7 +18,7 @@ module "base" { // Set SUSE Customer Center credentials here if you have some // cc_username = "" // cc_password = "" - // product_version = "uyuni-master" + product_version = "uyuni-master" // optional parameters with defaults below // use_avahi = true diff --git a/main.tf.libvirt.example.Manager-43 b/main.tf.libvirt.example.Manager-43 index b90f710d1..bd4bc0989 100644 --- a/main.tf.libvirt.example.Manager-43 +++ b/main.tf.libvirt.example.Manager-43 @@ -18,7 +18,7 @@ module "base" { // Set SUSE Customer Center credentials here if you have some // cc_username = "" // cc_password = "" - // product_version = "4.3-nightly" + product_version = "4.3-nightly" // optional parameters with defaults below // use_avahi = true