Releases: oracle/terraform-provider-oci
Releases · oracle/terraform-provider-oci
2.1.15 - 2018-07-13
Fixed
- Fix bug introduced in v2.1.14 (#558), failure updating a Route Table's Route Rules when they contain a rule that includes a Service Gateway ID
2.1.14 - 2018-07-12
Notes
This build contains a known issue where updates to a Route Table's Route Rules (when they contain a rule that includes a Service Gateway ID) fail with a 400 service error code (#558). The issue is fixed in v2.1.15.
Added
- Ability to create and manage email approved senders, suppressions, and SMTP credentials
- Adding Service Gateway resource and data source, update Route Table and Security List
- Add Audit service configuration resource
- Support Identity Federation
Changed
- Users may notice larger diffs for Security List's
ingress_security_rules
,egress_security_rules
and Route Table'sroute_rules
. The internal representation has been changed from Lists to Sets, which results in unexpected but innocuous Terraform behavior. See this issue for discussion: hashicorp/terraform#15180 - Default timeout changed from 5 minutes to 15 minutes to accommodate some resources that may take longer
- Ability to update compartment of an Object Storage Bucket
- Updated Database data source to support tags
Fixed
- Delete behavior fixed on Load Balancer resources for failed work requests
2.1.13 - 2018-07-02
Added
- Add defined and freeform tags to applicable resources, see Tagging Resources
- Manage defined tags
- Filter by tags in data sources
- Support health status datasources for load balancer, backends, and backend sets
- Object Storage Buckets supports storage tier settings.
- Object Storage Objects can be renamed.
- Object Storage Objects data source supports specifying a
delimiter
. - DBsystems supports update. This allows scaling up the cpu_core_count in and the data_storage_size_in_gb.
- Create backups from a database.
- Support creating a DBSystem from a Database backup.
- Support db_system_id for db_versions data source.
- The db_system_shapes data source results now include information about max/min node count, and min core count supported by the relevant shape.
- Assign backup policies to volumes.
- Support additional ways of finding a Public IP via custom Public IP data source.
- Ability to create and manage console connections.
Changed
- Object Storage Object's attributes other than
name
are now markedforceNew
. This is consistent with the behavior of the service as defined here.
Fixed
2.1.12 - 2018-06-14
Added
- Support importing images from object store or external sources.
- Added support for AuthToken Resource (replacement of deprecated SwiftPasswords) in Identity Service.
- Added support for Volume Group and Volume Group Backup.
Fixed
- Fix orphaned load balancer backend on port change #519.
- Fix to example in Route Tables documentation file.
- Nil checks for time properties to avoid panic
2.1.10 - 2018-05-24
Added
- Support for dynamic group resources and data sources. This addresses #532 .
- Support for object storage namespace metadata resources and data sources.
- Support for region subscription data sources.
2.1.9 - 2018-05-17
2.1.8 - 2018-05-10
Added
- Added support for remote VCN peering. More details can be found here, and an example here. #521, #404
- Added a data source for boot volumes. More details can be found here. #523
Fixed
- Fixed a crash that can occur when using the
oci_identity_api_key
resource and editing the API key outside of Terraform.
2.1.7 - 2018-05-03
2.1.6 - 2018-04-26
Added
- New features for images -
- Image launch mode can be specified when creating an image
- The image size can be read from image resources and data sources
- Image data sources can query using a “shape” filter
- New features for boot volumes -
- Custom instance boot volume sizes can be specified at launch time (#475)
- Launch options can be read from instance and image resources and data sources
- New features for block volumes -
- Volume attachments can enable CHAP authentication for iSCSI attachments
- Volume attachments can be specified as read-only
- Paravirtualized volume attachments can be created (#466)
- Volume backups can specify whether a full or incremental backup type should be created
- Filters support all Terraform primitives (string, bool, int, float)
- Imports for Load Balancer resource are now enabled
Fixed
- Fixed policy version_date bug (#508)
2.1.5 - 2018-04-12
Added
- New features for Instances
- Add “preserve_boot_volume” attribute for preserving attached boot volume on destroy.
- Add “source_details” attribute for specifying either an image or an existing boot volume when launching.
- More details can be found here.
- Added support for Local VCN Peering. More details can be found here. #404
- DNS service integration: adds Zone and Record resources, datasources, documentation and basic examples. More details can be found here.
Deprecated
- Instances: The “image” attribute is now deprecated. Please use the “source_details” with “source_type” set to “image” instead.