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 59b7b24 commit 48fcfa8Copy full SHA for 48fcfa8
examples/tencentcloud-cdh/main.tf
@@ -7,6 +7,7 @@ resource "tencentcloud_cdh_instance" "foo" {
7
availability_zone = var.availability_zone
8
host_type = "HC20"
9
charge_type = "PREPAID"
10
+ prepaid_period = 1
11
host_name = "test"
12
prepaid_renew_flag = "NOTIFY_AND_MANUAL_RENEW"
13
}
0 commit comments