File tree Expand file tree Collapse file tree 1 file changed +47
-0
lines changed
security/security-design/fn-datasafe-dbaudit-to-oci-logging/terraform/modules/network Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change
1
+ # ##############################################################################
2
+ # Copyright (c) 2022, 2023, Oracle and/or its affiliates. All rights reserved.
3
+ # This software is dual-licensed to you under the Universal Permissive License
4
+ # (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl.
5
+ # ##############################################################################
6
+ #
7
+ # Author: Fabrizio Zarri
8
+ #
9
+ # ###############################################################################
10
+
11
+ variable "compartment_ocid" {
12
+ description = " the OCID of the compartment where the environment will be created."
13
+ }
14
+
15
+ variable "VCN-CIDR" {
16
+ description = " The CIDR block of VCN"
17
+ }
18
+
19
+ variable "subnet-CIDR" {
20
+ }
21
+
22
+ variable "vcndnslabelprefix" {
23
+ }
24
+
25
+ variable "vcnnameprefix" {
26
+ description = " The prefix display name of VCN"
27
+ }
28
+
29
+ variable "vcnnameroutingtableprefix" {
30
+ }
31
+
32
+ variable "vcnroutingtabledescriptionservicegw" {
33
+ }
34
+
35
+ variable "vcnnamedhcpopitonsprefix" {
36
+ }
37
+
38
+ variable "subnetnameprefix" {
39
+ }
40
+
41
+ variable "subnetdnslabelprefix" {
42
+ }
43
+
44
+ variable "vcnnamesecuritylistprefix" {
45
+ }
46
+ variable "vcnnameservicegatewayprefix" {
47
+ }
You can’t perform that action at this time.
0 commit comments