-
Notifications
You must be signed in to change notification settings - Fork 1
/
terraform.tfvars.example
54 lines (50 loc) · 2.06 KB
/
terraform.tfvars.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# ---------------------------------------------------------------------------
# Trivadis - Part of Accenture, Platform Factory - Data Platforms
# Saegereistrasse 29, 8152 Glattbrugg, Switzerland
# ---------------------------------------------------------------------------
# Name.......: terraform.tfvars.example
# Author.....: Stefan Oehrli (oes) [email protected]
# Editor.....: Stefan Oehrli
# Date.......: 2023.05.04
# Revision...: 3.0.12
# Purpose....: Example Terraform Variable file.
# Notes......:
# Reference..: --
# License....: Apache License Version 2.0, January 2004 as shown
# at http://www.apache.org/licenses/
# ---------------------------------------------------------------------------
# provider identity parameters ----------------------------------------------
fingerprint = ""
private_key_path = ""
tenancy_ocid = ""
user_ocid = ""
# general oci parameters ----------------------------------------------------
compartment_id = ""
label_prefix = "none"
resource_name = ""
ad_index = 1
tags = {}
# Host Parameter ------------------------------------------------------------
host_enabled = false
host_dns_registration = false
host_name = "db"
host_public_ip = false
host_private_ip = "10.0.1.6"
host_image_id = "OEL"
host_os_version = "7.8"
host_shape = "VM.Standard2.2"
host_boot_volume_size = 150
host_volume_enabled = false
host_volume_source = ""
host_volume_attachment_type = "paravirtualized"
host_volume_size = 256
host_state = "RUNNING"
yum_upgrade = false
bootstrap_config = ""
ssh_public_key = ""
ssh_public_key_path = ""
#host_subnet
# Trivadis LAB specific parameter -------------------------------------------
numberOf_labs = 1
lab_domain = "trivadislabs.com"
# --- EOF -------------------------------------------------------------------