v2.2.0
As part of this release we had 5 issues closed.
Deprecated
var.ssh_authorized_keys
is deprecated. Usevar.ssh_public_keys
.var.assign_public_ip
is deprecated. Usevar.public_ip
with the predefined keywords instead.
New Features
- #63 Add support for freeform and defined for instances, vnics and block volumes
- #55 add reserved public ip to instance
- #64 Define a backup policy for boot volume
- #67 and #70 Add support for ssh_public_key string
Documentation
- Add add instructions on how to provide one or more public ssh keys using string, variable or file.