Aligned smart executor naming
This commit is contained in:
parent
1c8eabaf06
commit
d57ed0788e
|
@ -15,12 +15,4 @@ data "terraform_remote_state" "privnet_dns_router" {
|
||||||
config = {
|
config = {
|
||||||
path = "../project-setup/terraform.tfstate"
|
path = "../project-setup/terraform.tfstate"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# module "variables" {
|
|
||||||
# source = "../variables"
|
|
||||||
# }
|
|
||||||
|
|
||||||
# module "smart_executor_nodes" {
|
|
||||||
# source = "../../modules/smart_executor_nodes"
|
|
||||||
# }
|
|
|
@ -0,0 +1 @@
|
||||||
|
../../modules/smart-executor/smart-executor.tf
|
|
@ -1 +0,0 @@
|
||||||
../../modules/smart_executor_nodes/smart-executors.tf
|
|
|
@ -0,0 +1 @@
|
||||||
|
../../modules/smart-executor/variables-smart-executor.tf
|
|
@ -1 +0,0 @@
|
||||||
../../modules/smart_executor_nodes/variables-smart-executors.tf
|
|
Loading…
Reference in New Issue