Releases: oracle/terraform-provider-oci
Releases · oracle/terraform-provider-oci
v3.14.0
v3.14.0-rc1
Merge pull request #702 from terraform-providers/release Release 3.14.0
v3.13.0
Added
- Added singular data source for Object Storage objects
Fixed
- Fixed an issue where the default retry timeout is zero seconds if
retry_duration_seconds
isn't specified - Modifying immutable
metadata
fields such asssh_authorized_keys
anduser_data
should result in new instances. Issue #673 - Vendored Terraform helper/schema SDK to return matching data type for maps in case of empty state. Issue #685
v3.12.0
Added
- Support for
retry_duration_seconds
option to configure length of retry in the face of HTTP 429 and 500 errors - Support for custom header insertion, extension, and removal for Load Balancer listener resource
- Support for consistent volume names in the Block Volume attachments
Fixed
- Retried SDK calls are now jittered to avoid herding of retry requests in high parallelism scenarios
- Fail the initialization of the provider if either of
user_ocid
,fingerprint
,private_key
,private_key_path
orprivate_key_password
are specified forInstancePrincipal
orInstancePrincipalWithCerts
auth mode.
Note
- Examples and test updated to use VM.Standard2.1
- Windows example image updated to Windows-Server-2012-R2-Standard-Edition-VM-Gen2-2018.12.12-0
v3.11.2
v3.11.1
Changed
- LoadBalancer BackendSets to have TypeSet for Backends to avoid out of order diffs
Fixed
- Regression in handling of failed work-requests to pass the errors to the user and fail the apply
- Removing certificates from load balancer listeners can be done by omitting
ssl_configuration
- Load balancer resources that are stuck in failed state during deletion can now be deleted after upgrading
- Modifying immutable
metadata
fields such asssh_authorized_keys
anduser_data
should result in new instances
V3.11.0
Added
- Support for tagging in
oci_dns_zone
- New attribute
nameservers
is added tooci_dns_zone
- Support for in-transit encryption for paravirtualized boot and data attachment
- Identify latest database version with
oci_databse_db_versions
data source usingis_latest_for_major_version
property - Support for importing tag. Note tag uses custom Id(import only) format (tagNamespaces/{tagNamespaceId}/tags/{tagName}) to support import.
- Support for provisioning user capabilities for native and federation shadow users
- Support
id
attribute foroci_identity_availability_domains
- Support
freeform_attributes
attribute for theoci_identity_identity_provider
- Support for
sparse_diskgroup
for Exadata dbsystem