Skip to content

Commit b07c54a

Browse files
authored
chore: update OS in custom_sg example (#850)
1 parent db29edf commit b07c54a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/custom_sg/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ locals {
6363
pool_name = "default" # ibm_container_vpc_cluster automatically names default pool "default" (See https://github.com/IBM-Cloud/terraform-provider-ibm/issues/2849)
6464
machine_type = "bx2.4x16"
6565
workers_per_zone = 2 # minimum of 2 is allowed when using single zone
66-
operating_system = "REDHAT_8_64"
66+
operating_system = "RHEL_9_64"
6767
},
6868
{
6969
subnet_prefix = "default"
7070
pool_name = "custom-sg"
7171
machine_type = "bx2.4x16"
7272
workers_per_zone = 2
73-
operating_system = "REDHAT_8_64"
73+
operating_system = "RHEL_9_64"
7474
additional_security_group_ids = [module.custom_sg["custom-worker-pool-sg"].security_group_id]
7575
},
7676
]

0 commit comments

Comments
 (0)