We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 524bb6e commit d94f77aCopy full SHA for d94f77a
CHANGELOG.adoc
@@ -7,6 +7,9 @@ All notable changes to this project are documented in this file.
7
8
The format is based on {uri-changelog}[Keep a Changelog].
9
10
+== v1.0.4 (August 5,2020)
11
+* Home provider configuration changes
12
+
13
== v1.0.3 (July 15,2020)
14
* Made label_prefix optional
15
ons.tf
@@ -3,11 +3,7 @@
3
4
provider "oci" {
5
alias = "home"
6
- fingerprint = var.api_fingerprint
- private_key_path = var.api_private_key_path
region = lookup(data.oci_identity_regions.home_region.regions[0], "name")
- tenancy_ocid = var.tenancy_id
- user_ocid = var.user_id
}
resource "oci_ons_notification_topic" "bastion_notification" {
0 commit comments