Skip to content

Commit 20be499

Browse files
authored
Merge pull request #11 from oracle-devrel/docs-examples
fixed orm/variables.tf
2 parents f31dc79 + 7a83486 commit 20be499

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

orm/variables.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ variable "iscsi_volume_size_in_gbs" {
141141
default = 100
142142
}
143143

144+
variable "visible_script_output" {
145+
default = true
146+
}
147+
144148
# Checks if is using Flexible Compute Shapes
145149
locals {
146150
is_flexible_node_shape = contains(local.compute_flexible_shapes, var.instance_shape)

0 commit comments

Comments
 (0)