Skip to content

v3.0.0-RC1

Pre-release
Pre-release

Choose a tag to compare

@hyder hyder released this 17 Aug 12:40
· 9 commits to main since this release
aeced51

Breaking changes

  • Set minimum Terraform version to 1.0.0
  • OCI home region provider is now expected as parameter to providers
  • Renamed notification variables (#18)
    • create_bastion -> create_bastion_host
    • 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 --> bastion_tags
  • Changed bastion access from a single CIDR to a list of CIDR blocks (#29)
  • AD lookup mechanism re-implemented to remove dependency on deprecated template_file data source (#27)
  • Replaced all deprecated template_file data source with templatefile function (#27)
  • Provider identity parameters removed except for tenancy_id

New features

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