Skip to content

Commit f24b6ec

Browse files
Updated defaults and descriptions
1 parent f02962c commit f24b6ec

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

iam.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,4 @@ resource "oci_identity_dynamic_group" "cluster_group" {
3232
description = "Dynamic group for cluster ${local.cluster_name}"
3333
name = local.dynamic_group_name
3434
matching_rule = "Any { instance.id = '${oci_core_instance.bastion.id}' }"
35-
]
36-
}
35+
}

schema.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ variables:
159159
ssh_key:
160160
type: oci:core:ssh:publickey
161161
title: "Public SSH key"
162+
description: "Public SSH key"
162163
required: true
163164
use_custom_name:
164165
type: boolean
@@ -989,3 +990,4 @@ variables:
989990
and:
990991
- ${autoscaling}
991992
- ${autoscaling_monitoring}
993+

variables.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ variable "region" {}
22
variable "tenancy_ocid" {}
33
variable "targetCompartment" {}
44
variable "ad" {}
5-
variable "ssh_key" {}
5+
variable "ssh_key" { }
66
variable "cluster_network" { default = true }
77
variable "use_custom_name" { default = false }
88
variable "cluster_name" { default = "" }
@@ -157,3 +157,4 @@ variable "admin_password" {
157157
type = string
158158
default = "Monitor2021!"
159159
}
160+

0 commit comments

Comments
 (0)