Skip to content
Snippets Groups Projects
Commit 0ac01b8b authored by František Řezníček's avatar František Řezníček
Browse files

refactor: remane module dir

parent 89f6005a
No related branches found
No related tags found
No related merge requests found
Showing
with 5 additions and 5 deletions
......@@ -22,7 +22,7 @@ Cloud-init add following:
1. Clone the repository.
1. Load you OpenStack application credentials to environment variables `source project_openrc.sh.inc`
1. Override any infrastructure variables in [main.tf](main.tf) file if needed. Full set of variables can be found in [modules/2tiers_public_bastion_private_vm_farm/variables.tf](modules/2tiers_public_bastion_private_vm_farm/variables.tf) or [modules/1tier-public-vm-farm/variables.tf](modules/1tier-public-vm-farm/variables.tf).
1. Override any infrastructure variables in [main.tf](main.tf) file if needed. Full set of variables can be found in [modules/2tier_public_bastion_private_vm_farm/variables.tf](modules/2tier_public_bastion_private_vm_farm/variables.tf) or [modules/1tier-public-vm-farm/variables.tf](modules/1tier-public-vm-farm/variables.tf).
1. In the [terraform root directory](/clouds/g1/brno/vo.enes.org/terraform) run following commands to initiate and validate environment
* `terraform init`
* `terraform validate`
......
......@@ -3,10 +3,10 @@ terraform {
}
module "toplevel" {
# two tier infrastructure (2tiers_public_bastion_private_vm_farm module):
# two tier infrastructure (2tier_public_bastion_private_vm_farm module):
# * single public facing tiny bastion VM
# * N private HPC VM farm
source = "./modules/2tiers_public_bastion_private_vm_farm"
source = "./modules/2tier_public_bastion_private_vm_farm"
infra_name = "vo-enes-org-tf-demo"
......
......@@ -26,10 +26,10 @@ terraform {
}
module "toplevel" {
# two tier infrastructure (2tiers_public_bastion_private_vm_farm module):
# two tier infrastructure (2tier_public_bastion_private_vm_farm module):
# * single public facing tiny bastion VM
# * N private HPC VM farm
source = "./modules/2tiers_public_bastion_private_vm_farm"
source = "./modules/2tier_public_bastion_private_vm_farm"
infra_name = "vo-enes-org-tf-demo"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment