File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
security/security-design/fn-datasafe-dbaudit-to-oci-logging/terraform Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -57,4 +57,7 @@ module "setup-network" {
57
57
subnetdnslabelprefix = var. subnetdnslabelprefix
58
58
vcnnamesecuritylistprefix = var. vcnnamesecuritylistprefix
59
59
vcnnameservicegatewayprefix = var. vcnnameservicegatewayprefix
60
+ deployment_name = var. deployment_name
61
+ region = var. region
62
+ purpose = var. purpose
60
63
}
Original file line number Diff line number Diff line change 8
8
#
9
9
# ###############################################################################
10
10
11
+ variable "deployment_name" {
12
+ description = " Deployment Name"
13
+
14
+ variable "region" {
15
+ description = " OCI Region"
16
+ }
17
+
18
+ variable "purpose" {
19
+ }
20
+
11
21
variable "compartment_ocid" {
12
22
description = " the OCID of the compartment where the environment will be created."
13
23
}
You can’t perform that action at this time.
0 commit comments