terraform-provider-oci | Terraform Oracle Cloud Infrastructure provider | Infrastructure Automation library
kandi X-RAY | terraform-provider-oci Summary
kandi X-RAY | terraform-provider-oci Summary
Terraform Oracle Cloud Infrastructure provider
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of terraform-provider-oci
terraform-provider-oci Key Features
terraform-provider-oci Examples and Code Snippets
Community Discussions
Trending Discussions on terraform-provider-oci
QUESTION
I am trying to learn terraform on OCI, I have written a small code to in my terraform-code.tf file to create a block instance, however when I run the terraform plan I get the following error.
...ANSWER
Answered 2020-Nov-23 at 08:41To answer my own question, the ping test to identity.var.region.oraclecloud.com does not matter.
If you receive the below error most probably you are not passing your region ocid correctly in the required variables. To troubleshoot you can replace the variables with the actual OCID in double quotes as a string ""
QUESTION
I'm having fun and games connecting to OCI using the Terraform OCI provider from https://github.com/terraform-providers/terraform-provider-oci
My failing connection terraform is:
...ANSWER
Answered 2020-Sep-16 at 09:06Thankfully a simple solution to this one - thanks to John Hanley pointing me in the right direction. In short the ~
wasn't working in the private_key_path variable.
Solution
Change the pem reference from ~
to /Users/YourUserName/
This enables terraform to reference the pem file correctly.
Failing var
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install terraform-provider-oci
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page