From 0b636fc7716e566d2f9c3a7ef4ae14476694b240 Mon Sep 17 00:00:00 2001 From: Admiral Date: Wed, 27 Mar 2024 14:42:21 +0100 Subject: [PATCH] Update vars.tf --- vars.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vars.tf b/vars.tf index ae83178..77d71d6 100644 --- a/vars.tf +++ b/vars.tf @@ -22,9 +22,9 @@ variable "user_ocid" { } -#variable "compartment_ocid" { -# type = string -#} +variable "compartment_ocid" { + type = string +} variable "fingerprint" { type = string