File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ All notable changes to this project are documented in this file.
77
88The format is based on {uri-changelog} [Keep a Changelog].
99
10+ == v1.0.9 (August 5,2020)
11+
12+ === Changes
13+ * Home provider configuration (#8)
14+
1015== v1.0.8 (July 15,2020)
1116
1217=== Changes
Original file line number Diff line number Diff line change 44# create a home region provider for identity operations
55provider "oci" {
66 alias = " home"
7- fingerprint = var. api_fingerprint
8- private_key_path = var. api_private_key_path
97 region = lookup (data. oci_identity_regions . home_region . regions [0 ], " name" )
10- tenancy_ocid = var. tenancy_id
11- user_ocid = var. user_id
128}
139
1410resource "oci_identity_dynamic_group" "operator_instance_principal" {
You can’t perform that action at this time.
0 commit comments