Skip to content

Commit 51a4a65

Browse files
Merge pull request #221 in ORC/terraform-provider from changelog_2_1_8 to dev
Squashed commit of the following: commit f924eebeb4d95a3e88bd49f481f0e4b42b73f5aa Author: Brian Gustafson <[email protected]> Date: Thu May 10 15:42:20 2018 -0700 Reference example in changelog commit 0fba0039bfa4d57204e622bce057a99d760c111c Author: Brian Gustafson <[email protected]> Date: Thu May 10 14:32:54 2018 -0700 Changelog for 2.1.8
1 parent a5967c9 commit 51a4a65

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ All notable changes to this project are documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/).
55

6+
## 2.1.8 - 2018-05-10
7+
8+
### Added
9+
- 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).
10+
- 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).
11+
12+
### Fixed
13+
- Fixed a crash that can occur when using the `oci_identity_api_key` resource and editing the API key outside of Terraform.
14+
15+
616
## 2.1.7 - 2018-05-03
717

818
### Added

provider/core_boot_volume_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func TestCoreBootVolumeResource_basic(t *testing.T) {
6868
compartment_id = "${var.compartment_id}"
6969
7070
}
71-
` + compartmentIdVariableStr2 ,
71+
` + compartmentIdVariableStr2,
7272
Check: resource.ComposeTestCheckFunc(
7373
resource.TestCheckResourceAttr(datasourceName, "compartment_id", compartmentId2),
7474

0 commit comments

Comments
 (0)