Question: 1/50
An enterprise is designing a multicloud architecture with workloads split between OCI and another cloud provider. They want a consistent approach to defining and provisioning infrastructure across both clouds, with code reviews and repeatable deployments. Which approach is the BEST fit?
Use OCI Console to manually provision resources and export screenshots for audit evidence
Adopt Infrastructure as Code using Terraform with provider configurations for each cloud and store code in a shared version control system
Use custom scripts (bash/Python) executed from engineer laptops for each deployment
Use only the other cloud provider’s native templating service and manually replicate changes in OCI