Skip to content

Commit b5cf554

Browse files
authored
chore: update the default OS in example (#150)
1 parent ef2a823 commit b5cf554

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/logs-agent-ocp/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ locals {
9696
subnet_prefix = "default"
9797
pool_name = "default" # ibm_container_vpc_cluster automatically names default pool "default" (See https://github.com/IBM-Cloud/terraform-provider-ibm/issues/2849)
9898
machine_type = "bx2.4x16"
99-
operating_system = "REDHAT_8_64"
99+
operating_system = "RHCOS"
100100
workers_per_zone = 2 # minimum of 2 is allowed when using single zone
101101
}
102102
]

tests/resources/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ 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 = "RHCOS"
6767
}
6868
]
6969
}

0 commit comments

Comments
 (0)