Skip to content

Commit 447cf22

Browse files
authored
fix: removed the region variable (#7)
1 parent 8f7d6a5 commit 447cf22

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

variables.tf

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33

44
# general oci parameters
55

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-
}
6+
117
variable "compartment_id" {
128
description = "compartment id where to create all resources"
139
type = string

0 commit comments

Comments
 (0)