Releases: oracle/terraform-provider-oci
Releases · oracle/terraform-provider-oci
v3.8.0
v3.7.0
Added
- New parameter
is_hydrated
inoci_core_volume_groups
resource and data source - Support for public IP prefixes (CIDRs) up to 31
- Support for tagging in
oci_file_storage_file_system
,oci_file_storage_mount_target
, andoci_file_storage_snapshot
Changed
- Make
route_table_id
,dhcp_options_id
inoci_core_subnet
updatable - Make
security_list_ids
inoci_core_subnet
optional and updatable
Deprecated
- Volumes: The
backup_policy_id
attribute is now deprecated. Backup policy should be assigned throughvolume_backup_policy_assignments
resource instead. - BootVolumes: The
backup_policy_id
attribute is now deprecated. Backup policy should be assigned throughvolume_backup_policy_assignments
resource instead.
v3.6.0
Added
- New parameters
db_name
andstate
inoci_database_database
data source - New parameters
display_name
andstate
inoci_database_db_homes
data source - New parameter
state
parameter inoci_database_db_nodes
data source - New parameters
availability_domain
,display_name
, andstate
inoci_database_db_systems
data source - Support for Partner Image Catalog
- Support for Key Management Service
- Support for encrypting the contents of an Object Storage bucket using a Key Management Service key
- Support for specifying a Key Management Service key when launching a compute instance in the Compute service
- Support for specifying a Key Management Service key when backing up or restoring a block storage volume in the Block Volume service
- Support enabling cost tracking for tags using
is_cost_tracking
field - Support returning maintenance reboot time for compute instances using
time_maintenance_reboot_due
field - Support nesting and deleting compartments. Compartment delete requires opt in, see compartment documentation
Fixed
- Data type for properties with type as TypeSet to TypeList in following datasources:
oci_core_route_tables
,oci_core_security_lists
,oci_core_volume
, andoci_core_service_gateways
to allow referencing by indexes in Terraform configs.
v3.5.0
Added
- Support for Cross Region Copy of objects
- Support for object lifecycle policies on a bucket on object storage. See Using Object Lifecycle Management
- Support for singular data source for a bucket
- Additional nested field in
oci_database_backups
data source andoci_database_backup
resource, under thebackups
property calleddatabase_size_in_gbs
- Support for generating and downloading wallets for Autonomous Database and Autonomous Data Warehouse. See Connecting to Autonomous Data Warehouse for more details.
Changed
- Nested field in
oci_database_backups
data source andoci_database_backup
resource, under thebackups
property calleddb_data_size_in_mbs
marked as deprecated
v3.4.0
3.4.0 (October 11, 2018)
Added
- Support for clone and resize of Boot Volume
- Support for specifying a backup policy at the time of creating a Boot Volume
- Support for offline resizing of Boot Volume
- Support for tagging of Boot Volume
- Support for NAT Gateways
- Support for singular data sources that can query individual Volumes, Subnets, and Instances
- Fields "assigned_entity_id" and "assigned_entity_type" to Public IPs to allow distinguishing Public IPs of the NAT Gateway.
Fixed
- Importing of volumes with backup policies. Issue #590
- Updating of Virtual Circuits fails with field bgpMd5AuthKey is not supported
v3.3.0
v3.2.0
Added
- Support updating size of offline volumes
Fixed
2.2.4 - 2018-09-11
2.2.4 - 2018-09-11
Added
- Support for Autonomous Data Warehouse and manual backups
- Support for Autonomous Transaction Processing (a.k.a Autonomous Database) and manual backups
Notes
This is the last release that requires downloading the provider from this page and installing it locally. All future releases can be retrieved using the terraform init
command. See https://www.terraform.io/docs/providers/oci/guides/version-3-upgrade.html for more details.
2.2.3 - 2018-09-06
Added
- Support specifying a backup policy at the time of creating a Volume
2.2.2 - 2018-08-30
Added
- Support listing Fault Domains in an AD and specifying them when launching an Instance