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
description="An KMS encrypts password used to an instance. It is conflicted with 'password'."
99
+
type=string
100
+
default=""
101
+
}
102
+
103
+
variable"kms_encryption_context" {
104
+
description="An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating an instance with 'kms_encrypted_password'."
105
+
type=map(string)
106
+
default={}
107
+
}
108
+
91
109
variable"engine_version" {
92
110
description="Redis version. Value options can refer to the latest docs [CreateInstance](https://help.aliyun.com/document_detail/60862.html?spm=a2c4g.11186623.6.770.e0c735c10lvrqR) "
description="An KMS encrypts password used to an instance. It is conflicted with 'password'."
99
+
type=string
100
+
default=""
101
+
}
102
+
103
+
variable"kms_encryption_context" {
104
+
description="An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating an instance with 'kms_encrypted_password'."
105
+
type=map(string)
106
+
default={}
107
+
}
108
+
91
109
variable"engine_version" {
92
110
description="Redis version. Value options can refer to the latest docs [CreateInstance](https://help.aliyun.com/document_detail/60862.html?spm=a2c4g.11186623.6.770.e0c735c10lvrqR) "
description="An KMS encrypts password used to an instance. It is conflicted with 'password'."
99
+
type=string
100
+
default=""
101
+
}
102
+
103
+
variable"kms_encryption_context" {
104
+
description="An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating an instance with 'kms_encrypted_password'."
105
+
type=map(string)
106
+
default={}
107
+
}
108
+
91
109
variable"engine_version" {
92
110
description="Redis version. Value options can refer to the latest docs [CreateInstance](https://help.aliyun.com/document_detail/60862.html?spm=a2c4g.11186623.6.770.e0c735c10lvrqR) "
0 commit comments