Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Feb 00:13
· 134 commits to main since this release
0869ac4

Breaking changes

  • oxide_instance resource: The name field in external_ips for the oxide_instance resource has been replaced with id. This ensures correctness, and helps avoid unintenional drift if the IP pool's name were to change outside the scope of terraform. #263
  • oxide_instance resource: A new optional ssh_keys field has been added to the oxide_instance resource. It is an allowlist of IDs of the saved SSH public keys to be transferred to the instance via cloud-init during instance creation. Saved SSH keys will no longer be automatically added to the instances #269

New features

  • New data source: oxide_ip_pool #263

List of commits