Accessing terraform remote state using S3 provider
Summary
How to access remote state using Oracle's S3 serviceContent
I am able to create a terraform backend using the Oracle S3 object store provider and use this to store the current state of any infrastucture deployed on the Oracle IaaS cloud.
However, despite this being referenced (https://docs.cloud.oracle.com/en-us/iaas/Content/API/SDKDocs/terraformUsingObjectStore.htm) , I am unable to get this to work. There is even a hint within the above link:
Note
The S3 backend configuration can also be used for theterraform_remote_state
data source to enable sharing state across Terraform projects.
Tagged:
0