Skip to content

v3.0.0

Choose a tag to compare

@hyder hyder released this 21 Sep 10:43
· 6 commits to main since this release
dbe1cca

Breaking Changes

  • Set minimum Terraform version to 1.0.0

New features

  • New variable (bastion_os_version) to specify Autonomous Linux version (#15)
  • New variable (bastion_state) to specify state of bastion host (#17)
  • Added support for private bastion host (#23)

Changes

  • OCI home region provider now expected as parameter to providers
  • Renamed notification variables (#18)
    • enable_notification → enable_bastion_notification
    • notification_endpoint → bastion_notification_endpoint
    • notification_protocol → bastion_notification_protocol
    • notification_topic → bastion_notification_topic
  • Renamed variable bastion_upgrade -→ upgrade_bastion
  • Renamed variable timezone -→ bastion_timezone
  • Renamed variable tags -→ freeform_tags
  • Changed bastion access from a single CIDR to a list of CIDR blocks (#29)
  • AD lookup mechanism reimplemented to remove dependency on deprecated template_file data source (#27)
  • Replaced all deprecated template_file data source with templatefile function (#27)
  • Added sort_order on images (#16)

Deletion

  • Removed provider identity parameters except for tenancy_id
  • Removed create_bastion_host parameter (#36)