Skip to content

v2.2.0

Compare
Choose a tag to compare
@kral2 kral2 released this 08 Oct 10:57
· 13 commits to main since this release
6653f7b

As part of this release we had 5 issues closed.

Deprecated

  • var.ssh_authorized_keys is deprecated. Use var.ssh_public_keys.
  • var.assign_public_ip is deprecated. Use var.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.