Skip to content

Commit 36360b8

Browse files
committed
Use locals in terraform
1 parent 1c866fd commit 36360b8

File tree

1 file changed

+47
-0
lines changed
  • security/security-design/fn-datasafe-dbaudit-to-oci-logging/terraform/modules/network

1 file changed

+47
-0
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
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+
}

0 commit comments

Comments
 (0)