v1.0.2
1.0.2 (November 29, 2021)
Bug Fixes
-
VPN Credentials: Fixed issue where when creating a VPN credential and
type
was set toIP
, the fieldip_address
was being returned as a non-expected argument. The issue was addressed on PR#36 -
VPN Credentials: Fixed issue where when creating VPN credential and
type
was 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
CN
andXAUTH
. The issue was addressed on PR#36 -
Location Management: Fixed issue where when creating a sub-location and the
ip_addresses
field 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_id
has been set to a value greater than0
and if theip_addresses
parameter has been fullfilled. The issue was addressed on PR#37
Enhacements
-
Static IP: Added
ForceNew
option toip_address
in the schema, so the resource will be destroyed and recreated PR#40 -
VPN Credentials: Added
ForceNew
option totype
in the schema, so the resource will be destroyed and recreated if the type of the VPN resource needs to be changed fromIP
toUFQDN
and vice-versa PR#41