Here's a Terraform configuration using the oracle/oci
provider (version ~> 6.0
) that provisions a virtual server in Oracle Cloud Infrastructure (OCI) with the specified requirements:
terraform {
required_providers {
oci = {
source = "oracle/oci"
version = "~> 6.0"