File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff 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+ }
Original file line number Diff line number Diff 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+
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ variable "region" {}
22variable "tenancy_ocid" {}
33variable "targetCompartment" {}
44variable "ad" {}
5- variable "ssh_key" {}
5+ variable "ssh_key" { }
66variable "cluster_network" { default = true }
77variable "use_custom_name" { default = false }
88variable "cluster_name" { default = " " }
@@ -157,3 +157,4 @@ variable "admin_password" {
157157 type = string
158158 default = " Monitor2021!"
159159}
160+
You can’t perform that action at this time.
0 commit comments