The code provides a reusable and standalone Terraform module that provisions a DRG on Oracle Cloud Infrastructure.
drg.auto.tfvars.json:
{
"drg": {
"compartment_id": "ocid1.compartment_id",
"display_name": "drg_1"
}
}| Name | Version |
|---|---|
| terraform | ~> 1.2.9 |
| oci | 5.18.0 |
| Name | Version |
|---|---|
| oci | 5.18.0 |
No modules.
| Name | Type |
|---|---|
| oci_core_drg.this | resource |
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| drg | DRG Input Object | object({ |
n/a | yes |
| Name | Description |
|---|---|
| drg | DRG output object |