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
fix(es): [124321863] kibana public and private access can be updated at the same time (#3398)
* kibana_public_access and kibana_private_access can be updated at the same time
* add changelog
---------
Co-authored-by: mikatong <[email protected]>
@@ -520,48 +525,50 @@ func resourceTencentCloudElasticsearchInstanceCreate(d *schema.ResourceData, met
520
525
}
521
526
}
522
527
523
-
varisUpdatebool
524
-
525
-
// KibanaPublicAccess
526
-
varkibanaPublicAccessstring
527
528
ifv, ok:=d.GetOk("kibana_public_access"); ok {
528
529
// The default value is OPEN when creating. If you call the modification interface again and change it to OPEN, the interface will report an error InvalidParameter.InvalidPublicAccess
0 commit comments