You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: examples/basic/variables.tf
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,12 @@ variable "resource_group" {
22
22
default=null
23
23
}
24
24
25
+
variable"etcd_version" {
26
+
type=string
27
+
description="Version of the etcd instance to provision. If no value is passed, the current preferred version of IBM Cloud Databases is used."
28
+
default=null
29
+
}
30
+
25
31
variable"access_tags" {
26
32
type=list(string)
27
33
description="A list of access tags to apply to the etcd db instance created by the module, see https://cloud.ibm.com/docs/account?topic=account-access-tags-tutorial for more details"
0 commit comments