Skip to content

Commit b486710

Browse files
authored
Release 3.20.0
Release 3.20.0
2 parents 255817f + b3fd3e4 commit b486710

File tree

435 files changed

+9624
-2177
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

435 files changed

+9624
-2177
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
## 3.19.1 (Unreleased)
1+
## 3.20.0 (Unreleased)
2+
3+
### Added
4+
- Support for importing Buckets and Pre-authenticated requests in Object Storage
5+
- Support glob inclusion and exclusion patterns for object names allowed in Object Storage Lifecycle
6+
- Support for sorting for resources returned in `oci_core_images` data source
7+
- Support for Web Application Acceleration and Security service
8+
9+
### Fixed
10+
- Import functionality for Objects in Object Storage
11+
- Import functionality for Identity Policy
12+
213
## 3.19.0 (March 20, 2019)
314

415
### Added
@@ -366,7 +377,7 @@ _This build contains a known issue where updates to a Route Table's Route Rules
366377
## 2.1.8 - 2018-05-10
367378

368379
### Added
369-
- Added support for remote VCN peering. More details can be found [here](https://github.com/oracle/terraform-provider-oci/blob/master/docs/core/remote_peering_connections.md), and an example [here](https://github.com/oracle/terraform-provider-oci/blob/master/docs/examples/networking/remote_vcn_peering_full).
380+
- Added support for remote VCN peering. More details can be found [here](https://github.com/oracle/terraform-provider-oci/blob/master/docs/core/remote_peering_connections.md), and an example [here](https://github.com/oracle/terraform-provider-oci/blob/master/examples/networking/remote_vcn_peering_full).
370381
- Added a data source for boot volumes. More details can be found [here](https://github.com/oracle/terraform-provider-oci/blob/master/docs/core/boot_volumes.md).
371382

372383
### Fixed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ Terraform Provider for Oracle Cloud Infrastructure
88
==================
99

1010
- [Documentation](https://www.terraform.io/docs/providers/oci/index.html)
11+
- [Examples](https://github.com/terraform-providers/terraform-provider-oci/tree/master/examples)
1112
- [OCI forums](https://cloudcustomerconnect.oracle.com/resources/9c8fa8f96f/summary)
1213
- [Github issues](https://github.com/terraform-providers/terraform-provider-oci/issues)
13-
- [Troubleshooting](https://www.terraform.io/docs/providers/oci/guides/guides/troubleshooting.html)
14+
- [Troubleshooting](https://www.terraform.io/docs/providers/oci/guides/troubleshooting.html)
1415

1516
[![wercker status](https://app.wercker.com/status/666d2ee10f45dde41189bb03248aadf9/s/master "wercker status")](https://app.wercker.com/project/byKey/666d2ee10f45dde41189bb03248aadf9)
1617

@@ -50,13 +51,8 @@ After placing it into your plugins directory, run `terraform init` to initializ
5051

5152
Troubleshooting the Provider
5253
----------------------
53-
To get verbose console output when the provider is running, precede your Terraform command with the `TF_LOG` and `OCI_GO_SDK_DEBUG` flags:
54-
```sh
55-
TF_LOG=DEBUG OCI_GO_SDK_DEBUG=1 terraform plan
56-
```
57-
58-
The [tf_log](https://www.terraform.io/docs/internals/debugging.html) level and `OCI_GO_SDK_DEBUG` flags can also be set as environment variables.
5954

55+
See [verbose logging](https://www.terraform.io/docs/providers/oci/guides/troubleshooting.html#verbose-logging-for-oci-terraform-provider) for the details.
6056

6157
Developing the Provider
6258
---------------------------

docs/Readme.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

docs/examples/compute/instance/remote-exec.tf

Lines changed: 0 additions & 23 deletions
This file was deleted.

docs/examples/networking/hybrid_dns/Hybrid-DNS-configuration-using-DNS-VM-in-VCN.md

Lines changed: 0 additions & 80 deletions
This file was deleted.

docs/examples/networking/hybrid_dns/README.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)