Aligned smart executor naming

This commit is contained in:
Luca Frosini 2023-12-04 16:13:06 +01:00
parent 1c8eabaf06
commit d57ed0788e
7 changed files with 3 additions and 11 deletions

View File

@ -15,12 +15,4 @@ data "terraform_remote_state" "privnet_dns_router" {
config = {
path = "../project-setup/terraform.tfstate"
}
}
# module "variables" {
# source = "../variables"
# }
# module "smart_executor_nodes" {
# source = "../../modules/smart_executor_nodes"
# }
}

View File

@ -0,0 +1 @@
../../modules/smart-executor/smart-executor.tf

View File

@ -1 +0,0 @@
../../modules/smart_executor_nodes/smart-executors.tf

View File

@ -0,0 +1 @@
../../modules/smart-executor/variables-smart-executor.tf

View File

@ -1 +0,0 @@
../../modules/smart_executor_nodes/variables-smart-executors.tf