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 0d3fe57 commit ae97ba9Copy full SHA for ae97ba9
tencentcloud/resource_tc_elasticsearch_instance.go
@@ -72,7 +72,8 @@ func resourceTencentCloudElasticsearchInstance() *schema.Resource {
72
},
73
"availability_zone": {
74
Type: schema.TypeString,
75
- Required: true,
+ Optional: true,
76
+ Default: "-",
77
ForceNew: true,
78
Description: "Availability zone.",
79
@@ -89,7 +90,8 @@ func resourceTencentCloudElasticsearchInstance() *schema.Resource {
89
90
91
"subnet_id": {
92
93
94
95
96
Description: "The ID of a VPC subnetwork.",
97
0 commit comments