You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/obs-agent-ocp/main.tf
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -96,14 +96,15 @@ locals {
96
96
subnet_prefix ="default"
97
97
pool_name ="default"# ibm_container_vpc_cluster automatically names default pool "default" (See https://github.com/IBM-Cloud/terraform-provider-ibm/issues/2849)
98
98
machine_type ="bx2.4x16"
99
+
operating_system ="REDHAT_8_64"
99
100
workers_per_zone =2# minimum of 2 is allowed when using single zone
0 commit comments