Skip to content

Releases: oracle/terraform-provider-oci

v3.36.0-rc1

30 Jul 23:24
ca58d02

Choose a tag to compare

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

Candidate for release_v3.36.0

v3.35.0

24 Jul 18:40

Choose a tag to compare

Added

  • Support for creating instance_configuration resource from the specified instance
  • Support for Budget Alerts for Cost Tracking Tags
  • Support for moving oci_monitoring_alarm across compartments
  • Support for moving health_checks_http_monitor and health_checks_ping_monitor resources across compartments
  • Support for moving database_autonomous_database and database_db_system resources across compartments
  • Support for moving database_autonomous_container_database and database_autonomous_exadata_infrastructure resources across compartments
  • Support for scheduling KMS vault deletion by specified time

Fixed

  • Fixed oci_load_balancer_backend_set by explicitly making session_persistence_configuration and lb_cookie_session_persistence_configuration mutually exclusive Issue #825
  • Fixed use case of oci_load_balancer_backend_set with lb_cookie_session_persistence_configuration update operation without setting optional parameters max_age_in_seconds and domain
  • Fixed oci_identity_user_capabilities_management to correctly set can_use_auth_tokens field

 

v3.35.0-rc1

23 Jul 23:28
46cea7e

Choose a tag to compare

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

Candidate for release_v3.35.0

v3.34.0

17 Jul 22:35

Choose a tag to compare

Added

  • Support for Functions as a service
  • Support for adding resource limits to compartments
  • Support for KMS encryption key for Cross-region backup copy in Block Storage.
  • Support for exposing KmsKeyId on backups in Block Storage.
  • Support for Permitted Methods feature in LBaaS
  • Support for VCN access control lists via load_balancer_rule_set
  • Support for LBaaS Cookie Insertion (Sticky Cookie)
  • Support for VCN Transit Routing to Oracle Services via Service Gateways
  • Support for moving ons_notification_topic, ons_subscription resources across compartments
  • Support for moving oci_load_balancer resources across compartments
  • Support for moving oci_kms_key and oci_kms_vault resources across compartments
  • Support for moving core_instance resources across compartments
  • Support for moving identity_compartment resource tree across compartments
  • Support for moving dns_zone and dns_steering_policy resources across compartments

Fixed

  • Removing deprecated fields that have no current valid use
    • We are removing page and limit in list operations that are obsolete in terraform because of our pagination logic
    • We are also removing deprecated "time_modified" fields that are not being populated from the following resources:
      • core_internet_gateway
      • core_route_table
      • identity_compartment
      • identity_group
      • identity_policy
      • identity_user
  • Removing deprecated field time_state_modifed from data source oci_core_ip_sec_connection_device_status. time_state_modified should be used instead
  • Removing deprecated fields content-length and content-type from data source oci_objectstorage_object_head. content_length and content_type should be used instead
  • Removing compartment_id from resource oci_core_drg_attachment as an Optional field as the service does not accept it. The compartment of the VCN is the one used by the service. Keeping it as a computed field.
  • Removing deprecated field db_data_size_in_mbs from resource oci_database_backup. database_size_in_gbs should be used instead
  • Fixed extended_metadata field in oci_core_instance to correctly handle JSON Issue #817
  • Consistently use the new oci_core_vcn rather than the legacy oci_core_virtual_network resource for VCN in examples

v3.34.0-rc1

17 Jul 02:12
fd8af93

Choose a tag to compare

v3.34.0-rc1 Pre-release
Pre-release
Candidate for Release v3.34.0

Candidate for Release v3.34.0

v3.33.0

10 Jul 20:17

Choose a tag to compare

Added

  • Support autonomous transaction processing preview mode
  • Support load balancer attachment data source for instance pools
  • Support moving core_route_table, core_security_list, core_subnet, core_vcn resources across compartments
  • Support for Granular Security Lists using Network Security Group
  • Support for Granular Security Lists in Load Balancer
  • Support for Network Security Groups in databases
  • Support in autonomous database and object data sources for encoding downloaded binary content as base64. This works around behavior in Terraform v0.12 that could cause binary content to be corrupted if written directly to state.

Fixed

  • Address panics caused by invalid type assertions in object map conversion. This could potentially affect attributes
    that are maps of string values.

v3.33.0-rc1

09 Jul 22:58
2d1db13

Choose a tag to compare

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

Candidate for release_v3.33.0

v3.32.0

03 Jul 21:28

Choose a tag to compare

Added

  • Support for moving Images across compartments
  • Support for moving Instance Pools and Instance Configurations across compartments
  • Support for compartment move of auto-scaling configuration resource

Fixed

  • We were throwing an error for some resources if the resource no longer existed during refresh. This is fixed now.

v3.32.0-rc1

02 Jul 22:09
5cc9077

Choose a tag to compare

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

Candidate for release_v3.32.0

v3.31.0

26 Jun 21:00

Choose a tag to compare

Added

  • Support for moving email sender resource between compartments.
  • Support for moving NAT Gateway resource across Compartments.

Fixed

  • Fix for defined_tags property deletion bug

Notes

  • This release upgrades the Terraform plugin SDK to v0.12.3-0.20190619193004-2ab2796c932c, which fixes
    how null/empty values are stored in state during import and fixes unnecessary diffs caused by omission of
    Optional/Computed fields.