This commit is contained in:
2023-06-01 17:40:47 +03:00
parent caf7213bca
commit 371bb0d90f
8 changed files with 25 additions and 30 deletions

View File

@@ -158,7 +158,6 @@ func ControllerConfigure(d *schema.ResourceData) (*ControllerCfg, error) {
Username: ret_config.legacy_user,
Password: ret_config.legacy_password,
DecortURL: ret_config.controller_url,
Retries: 0,
SSLSkipVerify: allow_unverified_ssl,
}