Releases: oracle-terraform-modules/terraform-oci-operator
Releases · oracle-terraform-modules/terraform-oci-operator
v3.0.0-RC8
Changes
- Reset operator instance principal group name
v3.0.0-RC7: renamed operator_instance_principal variable (#51)
Changes
- Renamed
operator_instance_principal->enable_operator_instance_principal
v3.0.0-RC6
Changes
- Use updated data sources definition to look up VCN cidr
- Removed create_operator variable
- Added 1 egress rule to operator subnet so bastion service users can access the operator
v3.0.0-RC5
Changes
- added security list to operator subnet
v3.0.0-RC4
New Features
- Added 1 egress rule to operator subnet to allow users to use OCI Bastion service to connect to it
Changes
- Removed create_operator variable. There's no need for this now since Terraform now supports conditional module
v3.0.0-RC1
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)
- Renamed all notification variables
- Renamed variable operating_system_version --> operator_os_version
- Renamed variable operator_upgrade --> upgrade_operator
- Renamed variable timezone --> operator_timezone
- Renamed var.operator_enabled --> var.create_operator
- AD lookup mechanism re-implemented to remove dependency on deprecated template_file data source
- Replaced all deprecated template_file data source with templatefile function (#38)
- Provider identity parameters removed except for tenancy_id
- Removed security list and using NSG instead
New features
- Changed default tag values
- Added support for OCI Bastion service
- New variable (
operator_state) to specify state of operator host
Minor changes
- Set default shape to E4.Flex