Skip to content

Commit 11e9a65

Browse files
committed
updated terraform options and example file for nsg ids
Signed-off-by: Ali Mukadam <[email protected]>
1 parent 79caffb commit 11e9a65

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/terraformoptions.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ Ensure you review the {uri-terraform-dependencies}[dependencies].
107107
|
108108
|13
109109

110+
|`nsg_ids`
111+
|The list of nsg ids to add the operator host to.
112+
|
113+
|[]
114+
110115
|`vcn_id`
111116
|The id of the VCN to use when creating the operator resources. *Required*
112117
|

terraform.tfvars.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ netnum = 33
2929

3030
newbits = 13
3131

32+
nsg_ids = []
33+
3234
vcn_id = ""
3335

3436
operator_enabled = true

0 commit comments

Comments
 (0)