File tree Expand file tree Collapse file tree 5 files changed +8
-3
lines changed
github.com/oracle/oci-go-sdk/common Expand file tree Collapse file tree 5 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 77- Support for evaluating quotas and limits
88- Support for Web Application Firewall 1.1 features
99
10+ ###Fixed
11+ - Fixed initialization of nsg_ids in ` oci_database_db_system ` , ` oci_database_data_guard_association ` and ` oci_load_balancer_load_balancer `
12+
1013## 3.38.0 (August 14, 2019)
1114
1215### Added
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/terraform-providers/terraform-provider-oci
33require (
44 github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce // indirect
55 github.com/hashicorp/terraform v0.12.4-0.20190628193153-a74738cd35fc
6- github.com/oracle/oci-go-sdk v7.0 .0+incompatible
6+ github.com/oracle/oci-go-sdk v7.1 .0+incompatible
77 github.com/stretchr/objx v0.1.1 // indirect
88 github.com/stretchr/testify v1.3.0
99 gopkg.in/yaml.v2 v2.2.2
Original file line number Diff line number Diff line change @@ -282,6 +282,8 @@ github.com/oracle/oci-go-sdk v6.2.0+incompatible h1:XFJmDeeei0QHR93RXzatrG/XTEut
282282github.com/oracle/oci-go-sdk v6.2.0+incompatible /go.mod h1:VQb79nF8Z2cwLkLS35ukwStZIg5F66tcBccjip/j888 =
283283github.com/oracle/oci-go-sdk v7.0.0+incompatible h1:oj5ESjXwwkFRdhZSnPlShvLWYdt/IZ65RQxveYM3maA =
284284github.com/oracle/oci-go-sdk v7.0.0+incompatible /go.mod h1:VQb79nF8Z2cwLkLS35ukwStZIg5F66tcBccjip/j888 =
285+ github.com/oracle/oci-go-sdk v7.1.0+incompatible h1:ul/J6rOlLTuVgAB9oSBMwse0U9q8tZj3xx/NjmjRM2g =
286+ github.com/oracle/oci-go-sdk v7.1.0+incompatible /go.mod h1:VQb79nF8Z2cwLkLS35ukwStZIg5F66tcBccjip/j888 =
285287github.com/packer-community/winrmcp v0.0.0-20180102160824-81144009af58 /go.mod h1:f6Izs6JvFTdnRbziASagjZ2vmf55NSIkC/weStxCHqk =
286288github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c /go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc =
287289github.com/pkg/errors v0.0.0-20170505043639-c605e284fe17 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ github.com/mitchellh/mapstructure
202202github.com/mitchellh/reflectwalk
203203# github.com/oklog/run v1.0.0
204204github.com/oklog/run
205- # github.com/oracle/oci-go-sdk v7.0 .0+incompatible => ../../oracle/oci-go-sdk
205+ # github.com/oracle/oci-go-sdk v7.1 .0+incompatible
206206github.com/oracle/oci-go-sdk/audit
207207github.com/oracle/oci-go-sdk/autoscaling
208208github.com/oracle/oci-go-sdk/budget
You can’t perform that action at this time.
0 commit comments