Skip to content

Commit df05c6c

Browse files
authored
chore: lock OCP version in example (#641)
1 parent 21fc482 commit df05c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/obs-agent-ocp/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ variable "region" {
3737
variable "ocp_version" {
3838
type = string
3939
description = "Version of the OCP cluster to provision"
40-
default = null
40+
default = "4.17"
4141
}
4242

4343
variable "ocp_entitlement" {

0 commit comments

Comments
 (0)