Skip to content

Releases: oracle/terraform-provider-oci

v3.52.0-rc1

13 Nov 21:09

Choose a tag to compare

v3.52.0-rc1 Pre-release
Pre-release
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

06 Nov 22:06

Choose a tag to compare

Added

  • Support for updating assign_public_ip attribute in oci_core_instance resource
  • Support for Oracle Analytics cloud
  • Support for Oracle Integration cloud
  • Support for IKE version selections for IPSec connection in VPN
  • Support for operating_system and operating_system_version attributes in oci_core_image resource's image_source_details
  • Resource Manager data sources

Fixed

  • Fixed auto_backup_window attribute in database_db_system and database_db_home resources

v3.51.0-rc1

05 Nov 23:42
d84b579

Choose a tag to compare

v3.51.0-rc1 Pre-release
Pre-release
Release merge v3.51.0

Release merge v3.51.0

v3.50.0

30 Oct 20:29

Choose a tag to compare

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_metadata fields 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

30 Oct 00:09
83f24c9

Choose a tag to compare

v3.50.0-rc1 Pre-release
Pre-release
Candidate for release_v3.50.0

Candidate for release_v3.50.0

v3.49.0

23 Oct 20:41

Choose a tag to compare

Added

  • Support for Oracle Content and Experience

v3.49.0-rc1

22 Oct 20:55
274a1df

Choose a tag to compare

v3.49.0-rc1 Pre-release
Pre-release
Candidate for release_v3.49.0

Candidate for release_v3.49.0

v3.48.0

17 Oct 00:10

Choose a tag to compare

Added

  • Support for Oracle Digital Assistant

Deprecated

  • Instances: The hostname_label and subnet_id attributes are now deprecated. Please use the hostname_label and subnet_id attributes under create_vnic_details.

Fixed

  • Update for whitelisted ips in oci_autonomous_database

v3.48.0-rc1

15 Oct 22:30

Choose a tag to compare

v3.48.0-rc1 Pre-release
Pre-release
Cleanup after v3.47.0 release

v3.47.0

09 Oct 19:18

Choose a tag to compare

Added

  • Support for Audit v2 enhancements. Note: oci_audit_events data source schema is updated
  • Support for specifying network_type in launch_options for the core_instance resource
  • Support for home_region and time_created attributes in health_checks resources and datasources
  • Support for custom scheduled backup policies in Block Storage
  • Support for importing oci_load_balancer_certificate resource

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}.