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 33eb411 commit 0ec91dbCopy full SHA for 0ec91db
docs/quickstart.adoc
@@ -75,7 +75,7 @@ provider "oci" {
75
user_ocid = var.oci_base_provider.user_id
76
fingerprint = var.oci_base_provider.api_fingerprint
77
private_key_path = var.oci_base_provider.api_private_key_path
78
- region = var.oci_base_general.region
+ region = var.oci_base_provider.region
79
disable_auto_retries = false
80
}
81
----
0 commit comments