We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f7d6a5 commit 447cf22Copy full SHA for 447cf22
variables.tf
@@ -3,11 +3,7 @@
3
4
# general oci parameters
5
6
-variable "region" {
7
- # List of regions: https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm#ServiceAvailabilityAcrossRegions
8
- description = "The OCI region where the DRG will be created."
9
- type = string
10
-}
+
11
variable "compartment_id" {
12
description = "compartment id where to create all resources"
13
type = string
0 commit comments