Releases: oracle-devrel/terraform-oci-arch-redis
Releases · oracle-devrel/terraform-oci-arch-redis
Updated README files for examples
Support for attached iSCSI block volumes
What's changed
- Support for attached iSCSI block volumes.
- README updated with all Attributes and Values for module usage.
Support for private subnet with BastionVM/BastionService
What's changed
- Added support for Redis deployed in a private subnet with the usage of Bastion Service for remote exec configuration.
- Added support for BastionVM (
bastion_server_public_ip
) or BastionService (inject_bastion_service_id
,bastion_service_id
) created outside of the module and injected into the module as inputs. - refreshed examples subdirectory (now they include new bastion-related features described above).
Flexible setup
What's changed
- The flexible number of Master Nodes (
numberOfMasterNodes
) and Replica Nodes (numberOfReplicaNodes
). - For 3 masters and 3 replicas - optional cluster (
cluster_enabled
). - Optional OCI logging (
use_redis_oci_logging
). - Support for Redis version 6.2.6.
- VM.Standard.E4.Flex as standard shape.
First release at DevRel
What's Changed
This is the first release of QuickStart for the Reference Architecture: Deploy a highly available, distributed cache using Redis