You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed schema of external_ips in the oxide_instance resource: The external_ips attribute of the oxide_instance resource is now an object instead of a list. #597.
Support OXIDE_PROFILE: Added support for the OXIDE_PROFILE environment variable within the provider configuration. #589.
Support config_dir and insecure_skip_verify: Added support for the config_dir and insecure_skip_verify provider configuration. #595.
Support disk_type in disk resource.: Added support for the disk_type attribute for the oxide_disk resource. #587.
Support IPv6 and dual-stack network interfaces in oxide_instance.: Added support for IPv6 and dual-stack network interfaces in the oxide_instance resource. #591.
Support IPv6 external IPs in oxide_instance.: Added support for IPv6 external IPs in the oxide_instance resource. #597.
Enhancements
oxide_instance attribute deprecation: The host_name attribute on the oxide_instance resource has been deprecated in favor of hostname. The host_name attribute will be removed in the next minor version of the provider. #577.
IPv6 support for oxide_floating_ip: Add IPv6 support for the oxide_floating_ip resource. #608
List of commits
7450467 Update complex tagged union types to match oxide.go. (#638)
d907585 Drop disk state refresh test workaround. (#629)
fb1c329 misc: use go.work for local development (#637)