Skip to content

Commit fad7266

Browse files
authored
Merge pull request #4 from oracle-devrel/flex-bastion
Updated README
2 parents ad8104f + 24e2a3a commit fad7266

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ bastion_image_id | If use_bastion_service is set to FALSE then you can define Ba
7979
bastion_shape | If use_bastion_service is set to FALSE then you can define Bastion VM shape.
8080
bastion_flex_shape_ocpus | If use_bastion_service is set to FALSE and bastion_shape is using Flex shapes then you can define Flex Shape OCPUs.
8181
bastion_flex_shape_memory | If use_bastion_service is set to FALSE and bastion_shape is using Flex shapes then you can define Flex Shape Memory (GB).
82+
inject_bastion_service_id | Instead of counting on module to create Bastion Service you can pass Bastion Service OCID as input (set value to TRUE).
83+
bastion_service_id | If inject_bastion_service_id is set to TRUE then you can pass here Bastion Service OCID as input.
84+
inject_bastion_server_public_ip | Instead of counting on module to create Bastion VM you can pass Bastion Host Public IP Address as input (set value to TRUE).
85+
bastion_server_public_ip | If inject_bastion_server_public_ip is set to TRUE then you can pass here Bastion Host Public IP Address.
8286
use_shared_storage | If numberOfNodes set to 2 or more then you can use shared NFS on OCI FSS (value TRUE). If you want to replicate joomla by yourself (for example with rsync) then you can you can set the value to FALSE.
8387
joomla_shared_working_dir | If numberOfNodes set to 2 or more then you can define shared mountpoint name.
8488
label_prefix | To create unique identifier for multiple clusters in a compartment.

0 commit comments

Comments
 (0)