Releases: oracle/terraform-provider-oci
Releases · oracle/terraform-provider-oci
v3.52.0-rc1
Add subcategories to docs for Terraform Registry * Add subcategories to docs for Terraform Registry We will soon be displaying documentation for this provider both on [terraform.io](https://www.terraform.io/docs/providers/index.html) and on [the Terraform Registry](https://registry.terraform.io/providers). Documentation displayed on the Terraform Registry will not use the ERB layout containing the existing navigation, and will instead build the navigation dynamically based on the directory and YAML frontmatter of a file. For providers that group similar resources and data sources by service or use case (subcategories), we'll need to add this information to the Markdown source file. This PR modifies Resource and Data Source documentation source files by adding a subcategory to the metadata if those files were grouped previously. For more information about how documentation is rendered on the Terraform Registry, please see this reference: [Terraform Registry - Provider Documentation](https://www.terraform.io/docs/registry/providers/docs.html). * Add Docs Check Script Add script to check docs compatibility with Terraform Registry importing. * Manually Add Subcategory for Core Shape Management The docscheck script discovered that the oci_core_shape_management documentation was missing subcategory data. Manually adding the meta data to the document. * Update doscheck script for data sources * Add test-docscheck make target to verify.bash
v3.51.0
Added
- Support for updating
assign_public_ipattribute inoci_core_instanceresource - Support for Oracle Analytics cloud
- Support for Oracle Integration cloud
- Support for IKE version selections for IPSec connection in VPN
- Support for
operating_systemandoperating_system_versionattributes inoci_core_imageresource'simage_source_details - Resource Manager data sources
Fixed
- Fixed
auto_backup_windowattribute indatabase_db_systemanddatabase_db_homeresources
v3.51.0-rc1
Release merge v3.51.0 Release merge v3.51.0
v3.50.0
Added
- Support for Wallet Management.
- Support for Add/Remove Compatible Shape from Custom Images
- Support for HTTP Redirects
- Support for OCI Resource Discovery to generate configurations and state files from existing compartments
Fixed
extended_metadatafields should be imported as part of instances and instance configurations
Notes
Starting with this version, the terraform-provider-oci supports resource discovery.
v3.50.0-rc1
Candidate for release_v3.50.0 Candidate for release_v3.50.0
v3.49.0
v3.49.0-rc1
Candidate for release_v3.49.0 Candidate for release_v3.49.0
v3.48.0
Added
- Support for Oracle Digital Assistant
Deprecated
- Instances: The
hostname_labelandsubnet_idattributes are now deprecated. Please use thehostname_labelandsubnet_idattributes undercreate_vnic_details.
Fixed
- Update for whitelisted ips in
oci_autonomous_database
v3.48.0-rc1
Cleanup after v3.47.0 release
v3.47.0
Added
- Support for Audit v2 enhancements. Note:
oci_audit_eventsdata source schema is updated - Support for specifying network_type in
launch_optionsfor thecore_instanceresource - Support for
home_regionandtime_createdattributes in health_checks resources and datasources - Support for custom scheduled backup policies in Block Storage
- Support for importing
oci_load_balancer_certificateresource
Notes
Starting with this version, newly created load balancer certificates will have an id in the form of loadBalancers/{loadBalancerId}/certificates/{certificateName}.
Load balancer certificates created with previous versions and upgrading to this version will continue to store id in the form of {certificateName}.