We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf43da6 commit d90b866Copy full SHA for d90b866
main.tf
@@ -30,7 +30,7 @@ resource "alicloud_kvstore_instance" "this" {
30
kms_encryption_context = var.kms_encryption_context
31
maintain_start_time = var.maintain_start_time
32
maintain_end_time = var.maintain_end_time
33
- config = var.config
+ config = length(var.config) > 0 ? var.config : null
34
tags = var.tags
35
}
36
0 commit comments