v1.0.2
1.0.2 (November 29, 2021)
Bug Fixes
-
VPN Credentials: Fixed issue where when creating a VPN credential and
typewas set toIP, the fieldip_addresswas being returned as a non-expected argument. The issue was addressed on PR#36 -
VPN Credentials: Fixed issue where when creating VPN credential and
typewas set toUFQDN, the parameter was not being validated if it was empty. The issue was addressed on PR#36 -
VPN Credentials: Removed unsupported VPN Credential types
CNandXAUTH. The issue was addressed on PR#36 -
Location Management: Fixed issue where when creating a sub-location and the
ip_addressesfield was empty or the value was not a valid IPv4 address r IPv4 range, the provider pushed partial configuration and then exited with failure. The new validation function, will check if theparent_idhas been set to a value greater than0and if theip_addressesparameter has been fullfilled. The issue was addressed on PR#37
Enhacements
-
Static IP: Added
ForceNewoption toip_addressin the schema, so the resource will be destroyed and recreated PR#40 -
VPN Credentials: Added
ForceNewoption totypein the schema, so the resource will be destroyed and recreated if the type of the VPN resource needs to be changed fromIPtoUFQDNand vice-versa PR#41