Terraform Remote State and OCI Object Storage
Summary
Terraform Remote State and OCI Object StorageContent
We are planning to utilize terraform for our new project in OCI and looking for ways to store remote data state securely with versioning. AWS S3 with dynamo DB offers excellent solution, however we would like to keep everything in Oracle Cloud.
Any idea what will be the good Oracle Cloud service for storing terraform remote state? To summarize, remote state store should have the following:
1. Shared storage - Ability for multiple team members to share the same terraform state.
2. Locking State Files - For obvious reasons, the solution should have the ability to lock the state file. This is very important otherwise we end up with corrupted state, conflicts and data loss.