diff --git a/Makefile b/Makefile index 085db0e..743656c 100644 --- a/Makefile +++ b/Makefile @@ -15,14 +15,15 @@ define vault_env export TG_TF_PATH=terraform && \ eval "$$(vault read -format=json kv/data/service/terraform/incus \ | jq -r '.data.data | to_entries[] | "export \(.key)=\(.value|@sh)"')" && \ - export INCUS_CONFIG_DIR=$$(mktemp -d) && \ - trap "rm -rf $$INCUS_CONFIG_DIR" EXIT && \ - mkdir -p $$INCUS_CONFIG_DIR && \ - mkdir -p $$INCUS_CONFIG_DIR/servercerts && \ - printf '%s\n' "$$INCUS_CONF_INCUSIMAGES_CERT" > $$INCUS_CONFIG_DIR/servercerts/incus-images.crt && \ - printf '%s\n' "$$INCUS_CONF_CONFIG_YAML" > $$INCUS_CONFIG_DIR/config.yaml && \ - printf '%s\n' "$$INCUS_CLIENT_CRT" > $$INCUS_CONFIG_DIR/client.crt && \ - printf '%s\n' "$$INCUS_CLIENT_KEY" > $$INCUS_CONFIG_DIR/client.key + export INCUS_INSECURE_TLS=1 && \ + export INCUS_GLOBAL_CONF=$$(mktemp -d) && \ + trap "rm -rf $$INCUS_GLOBAL_CONF" EXIT && \ + mkdir -p $$INCUS_GLOBAL_CONF && \ + mkdir -p $$INCUS_GLOBAL_CONF/servercerts && \ + printf '%s\n' "$$INCUS_CONF_INCUSIMAGES_CERT" > $$INCUS_GLOBAL_CONF/servercerts/incus-images.crt && \ + printf '%s\n' "$$INCUS_CONF_CONFIG_YAML" > $$INCUS_GLOBAL_CONF/config.yaml && \ + printf '%s\n' "$$INCUS_CLIENT_CRT" > $$INCUS_GLOBAL_CONF/client.crt && \ + printf '%s\n' "$$INCUS_CLIENT_KEY" > $$INCUS_GLOBAL_CONF/client.key endef clean: diff --git a/config/instances/ausyd1nxvm2000/terragrunt.hcl b/config/instances/ausyd1nxvm2000/terragrunt.hcl index f6492e3..244d8ec 100644 --- a/config/instances/ausyd1nxvm2000/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2000/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2001/terragrunt.hcl b/config/instances/ausyd1nxvm2001/terragrunt.hcl index 49a3bc0..5f037b2 100644 --- a/config/instances/ausyd1nxvm2001/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2001/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2002/terragrunt.hcl b/config/instances/ausyd1nxvm2002/terragrunt.hcl index 5cf894f..5123298 100644 --- a/config/instances/ausyd1nxvm2002/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2002/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2003/terragrunt.hcl b/config/instances/ausyd1nxvm2003/terragrunt.hcl index 218e8ad..6d2a070 100644 --- a/config/instances/ausyd1nxvm2003/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2003/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2004/terragrunt.hcl b/config/instances/ausyd1nxvm2004/terragrunt.hcl index 36d3976..c697f34 100644 --- a/config/instances/ausyd1nxvm2004/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2004/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2005/terragrunt.hcl b/config/instances/ausyd1nxvm2005/terragrunt.hcl index 634d7a2..0373545 100644 --- a/config/instances/ausyd1nxvm2005/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2005/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2006/terragrunt.hcl b/config/instances/ausyd1nxvm2006/terragrunt.hcl index 49a3bc0..5f037b2 100644 --- a/config/instances/ausyd1nxvm2006/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2006/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2007/terragrunt.hcl b/config/instances/ausyd1nxvm2007/terragrunt.hcl index 5cf894f..5123298 100644 --- a/config/instances/ausyd1nxvm2007/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2007/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2008/terragrunt.hcl b/config/instances/ausyd1nxvm2008/terragrunt.hcl index 218e8ad..6d2a070 100644 --- a/config/instances/ausyd1nxvm2008/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2008/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2009/terragrunt.hcl b/config/instances/ausyd1nxvm2009/terragrunt.hcl index 36d3976..c697f34 100644 --- a/config/instances/ausyd1nxvm2009/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2009/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2010/terragrunt.hcl b/config/instances/ausyd1nxvm2010/terragrunt.hcl index 634d7a2..0373545 100644 --- a/config/instances/ausyd1nxvm2010/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2010/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2011/terragrunt.hcl b/config/instances/ausyd1nxvm2011/terragrunt.hcl index 49a3bc0..5f037b2 100644 --- a/config/instances/ausyd1nxvm2011/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2011/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2012/terragrunt.hcl b/config/instances/ausyd1nxvm2012/terragrunt.hcl index 5cf894f..5123298 100644 --- a/config/instances/ausyd1nxvm2012/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2012/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2013/terragrunt.hcl b/config/instances/ausyd1nxvm2013/terragrunt.hcl index 634d7a2..0373545 100644 --- a/config/instances/ausyd1nxvm2013/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2013/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2014/terragrunt.hcl b/config/instances/ausyd1nxvm2014/terragrunt.hcl index 49a3bc0..5f037b2 100644 --- a/config/instances/ausyd1nxvm2014/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2014/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2015/terragrunt.hcl b/config/instances/ausyd1nxvm2015/terragrunt.hcl index 5cf894f..5123298 100644 --- a/config/instances/ausyd1nxvm2015/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2015/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2016/terragrunt.hcl b/config/instances/ausyd1nxvm2016/terragrunt.hcl index 218e8ad..6d2a070 100644 --- a/config/instances/ausyd1nxvm2016/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2016/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2017/terragrunt.hcl b/config/instances/ausyd1nxvm2017/terragrunt.hcl index 36d3976..c697f34 100644 --- a/config/instances/ausyd1nxvm2017/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2017/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2018/terragrunt.hcl b/config/instances/ausyd1nxvm2018/terragrunt.hcl index 634d7a2..0373545 100644 --- a/config/instances/ausyd1nxvm2018/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2018/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2019/terragrunt.hcl b/config/instances/ausyd1nxvm2019/terragrunt.hcl index 49a3bc0..5f037b2 100644 --- a/config/instances/ausyd1nxvm2019/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2019/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2020/terragrunt.hcl b/config/instances/ausyd1nxvm2020/terragrunt.hcl index 5cf894f..5123298 100644 --- a/config/instances/ausyd1nxvm2020/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2020/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2021/terragrunt.hcl b/config/instances/ausyd1nxvm2021/terragrunt.hcl index 218e8ad..6d2a070 100644 --- a/config/instances/ausyd1nxvm2021/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2021/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2022/terragrunt.hcl b/config/instances/ausyd1nxvm2022/terragrunt.hcl index 36d3976..c697f34 100644 --- a/config/instances/ausyd1nxvm2022/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2022/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2023/terragrunt.hcl b/config/instances/ausyd1nxvm2023/terragrunt.hcl index 634d7a2..0373545 100644 --- a/config/instances/ausyd1nxvm2023/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2023/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2024/terragrunt.hcl b/config/instances/ausyd1nxvm2024/terragrunt.hcl index 49a3bc0..5f037b2 100644 --- a/config/instances/ausyd1nxvm2024/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2024/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2025/terragrunt.hcl b/config/instances/ausyd1nxvm2025/terragrunt.hcl index 5cf894f..5123298 100644 --- a/config/instances/ausyd1nxvm2025/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2025/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2026/terragrunt.hcl b/config/instances/ausyd1nxvm2026/terragrunt.hcl index 218e8ad..6d2a070 100644 --- a/config/instances/ausyd1nxvm2026/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2026/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2027/terragrunt.hcl b/config/instances/ausyd1nxvm2027/terragrunt.hcl index 36d3976..c697f34 100644 --- a/config/instances/ausyd1nxvm2027/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2027/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2028/terragrunt.hcl b/config/instances/ausyd1nxvm2028/terragrunt.hcl index 634d7a2..0373545 100644 --- a/config/instances/ausyd1nxvm2028/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2028/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2029/terragrunt.hcl b/config/instances/ausyd1nxvm2029/terragrunt.hcl index 49a3bc0..5f037b2 100644 --- a/config/instances/ausyd1nxvm2029/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2029/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2030/terragrunt.hcl b/config/instances/ausyd1nxvm2030/terragrunt.hcl index 5cf894f..5123298 100644 --- a/config/instances/ausyd1nxvm2030/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2030/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2031/terragrunt.hcl b/config/instances/ausyd1nxvm2031/terragrunt.hcl index 218e8ad..6d2a070 100644 --- a/config/instances/ausyd1nxvm2031/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2031/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2032/terragrunt.hcl b/config/instances/ausyd1nxvm2032/terragrunt.hcl index 36d3976..c697f34 100644 --- a/config/instances/ausyd1nxvm2032/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2032/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2033/terragrunt.hcl b/config/instances/ausyd1nxvm2033/terragrunt.hcl index 634d7a2..0373545 100644 --- a/config/instances/ausyd1nxvm2033/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2033/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2034/terragrunt.hcl b/config/instances/ausyd1nxvm2034/terragrunt.hcl index 49a3bc0..5f037b2 100644 --- a/config/instances/ausyd1nxvm2034/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2034/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2035/terragrunt.hcl b/config/instances/ausyd1nxvm2035/terragrunt.hcl index 5cf894f..5123298 100644 --- a/config/instances/ausyd1nxvm2035/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2035/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2036/terragrunt.hcl b/config/instances/ausyd1nxvm2036/terragrunt.hcl index 218e8ad..6d2a070 100644 --- a/config/instances/ausyd1nxvm2036/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2036/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2037/terragrunt.hcl b/config/instances/ausyd1nxvm2037/terragrunt.hcl index 36d3976..c697f34 100644 --- a/config/instances/ausyd1nxvm2037/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2037/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2038/terragrunt.hcl b/config/instances/ausyd1nxvm2038/terragrunt.hcl index 218e8ad..6d2a070 100644 --- a/config/instances/ausyd1nxvm2038/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2038/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2039/terragrunt.hcl b/config/instances/ausyd1nxvm2039/terragrunt.hcl index 36d3976..c697f34 100644 --- a/config/instances/ausyd1nxvm2039/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2039/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2040/terragrunt.hcl b/config/instances/ausyd1nxvm2040/terragrunt.hcl index 634d7a2..0373545 100644 --- a/config/instances/ausyd1nxvm2040/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2040/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2041/terragrunt.hcl b/config/instances/ausyd1nxvm2041/terragrunt.hcl index 49a3bc0..5f037b2 100644 --- a/config/instances/ausyd1nxvm2041/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2041/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2042/terragrunt.hcl b/config/instances/ausyd1nxvm2042/terragrunt.hcl index 5cf894f..5123298 100644 --- a/config/instances/ausyd1nxvm2042/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2042/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2043/terragrunt.hcl b/config/instances/ausyd1nxvm2043/terragrunt.hcl index 218e8ad..6d2a070 100644 --- a/config/instances/ausyd1nxvm2043/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2043/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2044/terragrunt.hcl b/config/instances/ausyd1nxvm2044/terragrunt.hcl index 36d3976..c697f34 100644 --- a/config/instances/ausyd1nxvm2044/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2044/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2045/terragrunt.hcl b/config/instances/ausyd1nxvm2045/terragrunt.hcl index 634d7a2..0373545 100644 --- a/config/instances/ausyd1nxvm2045/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2045/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2046/terragrunt.hcl b/config/instances/ausyd1nxvm2046/terragrunt.hcl index 49a3bc0..5f037b2 100644 --- a/config/instances/ausyd1nxvm2046/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2046/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2047/terragrunt.hcl b/config/instances/ausyd1nxvm2047/terragrunt.hcl index 5cf894f..5123298 100644 --- a/config/instances/ausyd1nxvm2047/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2047/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2048/terragrunt.hcl b/config/instances/ausyd1nxvm2048/terragrunt.hcl index 218e8ad..6d2a070 100644 --- a/config/instances/ausyd1nxvm2048/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2048/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2049/terragrunt.hcl b/config/instances/ausyd1nxvm2049/terragrunt.hcl index 36d3976..c697f34 100644 --- a/config/instances/ausyd1nxvm2049/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2049/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2050/terragrunt.hcl b/config/instances/ausyd1nxvm2050/terragrunt.hcl index 634d7a2..0373545 100644 --- a/config/instances/ausyd1nxvm2050/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2050/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2051/terragrunt.hcl b/config/instances/ausyd1nxvm2051/terragrunt.hcl index 634d7a2..0373545 100644 --- a/config/instances/ausyd1nxvm2051/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2051/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2052/terragrunt.hcl b/config/instances/ausyd1nxvm2052/terragrunt.hcl index 634d7a2..0373545 100644 --- a/config/instances/ausyd1nxvm2052/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2052/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2053/terragrunt.hcl b/config/instances/ausyd1nxvm2053/terragrunt.hcl index 49a3bc0..5f037b2 100644 --- a/config/instances/ausyd1nxvm2053/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2053/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2054/terragrunt.hcl b/config/instances/ausyd1nxvm2054/terragrunt.hcl index 5cf894f..5123298 100644 --- a/config/instances/ausyd1nxvm2054/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2054/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2055/terragrunt.hcl b/config/instances/ausyd1nxvm2055/terragrunt.hcl index 218e8ad..6d2a070 100644 --- a/config/instances/ausyd1nxvm2055/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2055/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2056/terragrunt.hcl b/config/instances/ausyd1nxvm2056/terragrunt.hcl index 36d3976..c697f34 100644 --- a/config/instances/ausyd1nxvm2056/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2056/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2057/terragrunt.hcl b/config/instances/ausyd1nxvm2057/terragrunt.hcl index 634d7a2..0373545 100644 --- a/config/instances/ausyd1nxvm2057/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2057/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2058/terragrunt.hcl b/config/instances/ausyd1nxvm2058/terragrunt.hcl index 49a3bc0..5f037b2 100644 --- a/config/instances/ausyd1nxvm2058/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2058/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2059/terragrunt.hcl b/config/instances/ausyd1nxvm2059/terragrunt.hcl index 5cf894f..5123298 100644 --- a/config/instances/ausyd1nxvm2059/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2059/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2060/terragrunt.hcl b/config/instances/ausyd1nxvm2060/terragrunt.hcl index 218e8ad..6d2a070 100644 --- a/config/instances/ausyd1nxvm2060/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2060/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2061/terragrunt.hcl b/config/instances/ausyd1nxvm2061/terragrunt.hcl index 36d3976..c697f34 100644 --- a/config/instances/ausyd1nxvm2061/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2061/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2062/terragrunt.hcl b/config/instances/ausyd1nxvm2062/terragrunt.hcl index 5cf894f..5123298 100644 --- a/config/instances/ausyd1nxvm2062/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2062/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2063/terragrunt.hcl b/config/instances/ausyd1nxvm2063/terragrunt.hcl index 218e8ad..6d2a070 100644 --- a/config/instances/ausyd1nxvm2063/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2063/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2064/terragrunt.hcl b/config/instances/ausyd1nxvm2064/terragrunt.hcl index 36d3976..c697f34 100644 --- a/config/instances/ausyd1nxvm2064/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2064/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2065/terragrunt.hcl b/config/instances/ausyd1nxvm2065/terragrunt.hcl index 49a3bc0..5f037b2 100644 --- a/config/instances/ausyd1nxvm2065/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2065/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2066/terragrunt.hcl b/config/instances/ausyd1nxvm2066/terragrunt.hcl index 5cf894f..5123298 100644 --- a/config/instances/ausyd1nxvm2066/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2066/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2067/terragrunt.hcl b/config/instances/ausyd1nxvm2067/terragrunt.hcl index 218e8ad..6d2a070 100644 --- a/config/instances/ausyd1nxvm2067/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2067/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2068/terragrunt.hcl b/config/instances/ausyd1nxvm2068/terragrunt.hcl index 36d3976..c697f34 100644 --- a/config/instances/ausyd1nxvm2068/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2068/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2069/terragrunt.hcl b/config/instances/ausyd1nxvm2069/terragrunt.hcl index 634d7a2..0373545 100644 --- a/config/instances/ausyd1nxvm2069/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2069/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2070/terragrunt.hcl b/config/instances/ausyd1nxvm2070/terragrunt.hcl index 49a3bc0..5f037b2 100644 --- a/config/instances/ausyd1nxvm2070/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2070/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2071/terragrunt.hcl b/config/instances/ausyd1nxvm2071/terragrunt.hcl index 5cf894f..5123298 100644 --- a/config/instances/ausyd1nxvm2071/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2071/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2072/terragrunt.hcl b/config/instances/ausyd1nxvm2072/terragrunt.hcl index 218e8ad..6d2a070 100644 --- a/config/instances/ausyd1nxvm2072/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2072/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2073/terragrunt.hcl b/config/instances/ausyd1nxvm2073/terragrunt.hcl index 36d3976..c697f34 100644 --- a/config/instances/ausyd1nxvm2073/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2073/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2074/terragrunt.hcl b/config/instances/ausyd1nxvm2074/terragrunt.hcl index 634d7a2..0373545 100644 --- a/config/instances/ausyd1nxvm2074/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2074/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2075/terragrunt.hcl b/config/instances/ausyd1nxvm2075/terragrunt.hcl index 49a3bc0..5f037b2 100644 --- a/config/instances/ausyd1nxvm2075/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2075/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2076/terragrunt.hcl b/config/instances/ausyd1nxvm2076/terragrunt.hcl index 5cf894f..5123298 100644 --- a/config/instances/ausyd1nxvm2076/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2076/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2077/terragrunt.hcl b/config/instances/ausyd1nxvm2077/terragrunt.hcl index 218e8ad..6d2a070 100644 --- a/config/instances/ausyd1nxvm2077/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2077/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2078/terragrunt.hcl b/config/instances/ausyd1nxvm2078/terragrunt.hcl index 36d3976..c697f34 100644 --- a/config/instances/ausyd1nxvm2078/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2078/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2079/terragrunt.hcl b/config/instances/ausyd1nxvm2079/terragrunt.hcl index 634d7a2..0373545 100644 --- a/config/instances/ausyd1nxvm2079/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2079/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2080/terragrunt.hcl b/config/instances/ausyd1nxvm2080/terragrunt.hcl index 49a3bc0..5f037b2 100644 --- a/config/instances/ausyd1nxvm2080/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2080/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2081/terragrunt.hcl b/config/instances/ausyd1nxvm2081/terragrunt.hcl index 5cf894f..5123298 100644 --- a/config/instances/ausyd1nxvm2081/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2081/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2082/terragrunt.hcl b/config/instances/ausyd1nxvm2082/terragrunt.hcl index 218e8ad..6d2a070 100644 --- a/config/instances/ausyd1nxvm2082/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2082/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2083/terragrunt.hcl b/config/instances/ausyd1nxvm2083/terragrunt.hcl index 36d3976..c697f34 100644 --- a/config/instances/ausyd1nxvm2083/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2083/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2084/terragrunt.hcl b/config/instances/ausyd1nxvm2084/terragrunt.hcl index 634d7a2..0373545 100644 --- a/config/instances/ausyd1nxvm2084/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2084/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2085/terragrunt.hcl b/config/instances/ausyd1nxvm2085/terragrunt.hcl index 49a3bc0..5f037b2 100644 --- a/config/instances/ausyd1nxvm2085/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2085/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2086/terragrunt.hcl b/config/instances/ausyd1nxvm2086/terragrunt.hcl index 634d7a2..0373545 100644 --- a/config/instances/ausyd1nxvm2086/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2086/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2087/terragrunt.hcl b/config/instances/ausyd1nxvm2087/terragrunt.hcl index 49a3bc0..5f037b2 100644 --- a/config/instances/ausyd1nxvm2087/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2087/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2088/terragrunt.hcl b/config/instances/ausyd1nxvm2088/terragrunt.hcl index 5cf894f..5123298 100644 --- a/config/instances/ausyd1nxvm2088/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2088/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2089/terragrunt.hcl b/config/instances/ausyd1nxvm2089/terragrunt.hcl index 218e8ad..6d2a070 100644 --- a/config/instances/ausyd1nxvm2089/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2089/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2090/terragrunt.hcl b/config/instances/ausyd1nxvm2090/terragrunt.hcl index 36d3976..c697f34 100644 --- a/config/instances/ausyd1nxvm2090/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2090/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2091/terragrunt.hcl b/config/instances/ausyd1nxvm2091/terragrunt.hcl index 634d7a2..0373545 100644 --- a/config/instances/ausyd1nxvm2091/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2091/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2092/terragrunt.hcl b/config/instances/ausyd1nxvm2092/terragrunt.hcl index 49a3bc0..5f037b2 100644 --- a/config/instances/ausyd1nxvm2092/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2092/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2093/terragrunt.hcl b/config/instances/ausyd1nxvm2093/terragrunt.hcl index 5cf894f..5123298 100644 --- a/config/instances/ausyd1nxvm2093/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2093/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2094/terragrunt.hcl b/config/instances/ausyd1nxvm2094/terragrunt.hcl index 218e8ad..6d2a070 100644 --- a/config/instances/ausyd1nxvm2094/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2094/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2095/terragrunt.hcl b/config/instances/ausyd1nxvm2095/terragrunt.hcl index 36d3976..c697f34 100644 --- a/config/instances/ausyd1nxvm2095/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2095/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2096/terragrunt.hcl b/config/instances/ausyd1nxvm2096/terragrunt.hcl index 634d7a2..0373545 100644 --- a/config/instances/ausyd1nxvm2096/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2096/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2097/terragrunt.hcl b/config/instances/ausyd1nxvm2097/terragrunt.hcl index 36d3976..c697f34 100644 --- a/config/instances/ausyd1nxvm2097/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2097/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2098/terragrunt.hcl b/config/instances/ausyd1nxvm2098/terragrunt.hcl index 49a3bc0..5f037b2 100644 --- a/config/instances/ausyd1nxvm2098/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2098/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2099/terragrunt.hcl b/config/instances/ausyd1nxvm2099/terragrunt.hcl index 5cf894f..5123298 100644 --- a/config/instances/ausyd1nxvm2099/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2099/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2100/terragrunt.hcl b/config/instances/ausyd1nxvm2100/terragrunt.hcl index 218e8ad..6d2a070 100644 --- a/config/instances/ausyd1nxvm2100/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2100/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2101/terragrunt.hcl b/config/instances/ausyd1nxvm2101/terragrunt.hcl index 36d3976..c697f34 100644 --- a/config/instances/ausyd1nxvm2101/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2101/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2102/terragrunt.hcl b/config/instances/ausyd1nxvm2102/terragrunt.hcl index 49a3bc0..5f037b2 100644 --- a/config/instances/ausyd1nxvm2102/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2102/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2103/terragrunt.hcl b/config/instances/ausyd1nxvm2103/terragrunt.hcl index 5cf894f..5123298 100644 --- a/config/instances/ausyd1nxvm2103/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2103/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2104/terragrunt.hcl b/config/instances/ausyd1nxvm2104/terragrunt.hcl index 218e8ad..6d2a070 100644 --- a/config/instances/ausyd1nxvm2104/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2104/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2105/terragrunt.hcl b/config/instances/ausyd1nxvm2105/terragrunt.hcl index 36d3976..c697f34 100644 --- a/config/instances/ausyd1nxvm2105/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2105/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2106/terragrunt.hcl b/config/instances/ausyd1nxvm2106/terragrunt.hcl index 634d7a2..0373545 100644 --- a/config/instances/ausyd1nxvm2106/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2106/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2107/terragrunt.hcl b/config/instances/ausyd1nxvm2107/terragrunt.hcl index 49a3bc0..5f037b2 100644 --- a/config/instances/ausyd1nxvm2107/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2107/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2108/terragrunt.hcl b/config/instances/ausyd1nxvm2108/terragrunt.hcl index 634d7a2..0373545 100644 --- a/config/instances/ausyd1nxvm2108/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2108/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2109/terragrunt.hcl b/config/instances/ausyd1nxvm2109/terragrunt.hcl index 49a3bc0..5f037b2 100644 --- a/config/instances/ausyd1nxvm2109/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2109/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2110/terragrunt.hcl b/config/instances/ausyd1nxvm2110/terragrunt.hcl index 5cf894f..5123298 100644 --- a/config/instances/ausyd1nxvm2110/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2110/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2111/terragrunt.hcl b/config/instances/ausyd1nxvm2111/terragrunt.hcl index 218e8ad..6d2a070 100644 --- a/config/instances/ausyd1nxvm2111/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2111/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2112/terragrunt.hcl b/config/instances/ausyd1nxvm2112/terragrunt.hcl index 36d3976..c697f34 100644 --- a/config/instances/ausyd1nxvm2112/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2112/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2113/terragrunt.hcl b/config/instances/ausyd1nxvm2113/terragrunt.hcl index 218e8ad..6d2a070 100644 --- a/config/instances/ausyd1nxvm2113/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2113/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2114/terragrunt.hcl b/config/instances/ausyd1nxvm2114/terragrunt.hcl index 36d3976..c697f34 100644 --- a/config/instances/ausyd1nxvm2114/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2114/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2115/terragrunt.hcl b/config/instances/ausyd1nxvm2115/terragrunt.hcl index 634d7a2..0373545 100644 --- a/config/instances/ausyd1nxvm2115/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2115/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2116/terragrunt.hcl b/config/instances/ausyd1nxvm2116/terragrunt.hcl index 49a3bc0..5f037b2 100644 --- a/config/instances/ausyd1nxvm2116/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2116/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2117/terragrunt.hcl b/config/instances/ausyd1nxvm2117/terragrunt.hcl index 5cf894f..5123298 100644 --- a/config/instances/ausyd1nxvm2117/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2117/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2118/terragrunt.hcl b/config/instances/ausyd1nxvm2118/terragrunt.hcl index 218e8ad..6d2a070 100644 --- a/config/instances/ausyd1nxvm2118/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2118/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2119/terragrunt.hcl b/config/instances/ausyd1nxvm2119/terragrunt.hcl index 36d3976..c697f34 100644 --- a/config/instances/ausyd1nxvm2119/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2119/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/instances/ausyd1nxvm2120/terragrunt.hcl b/config/instances/ausyd1nxvm2120/terragrunt.hcl index 36d3976..c697f34 100644 --- a/config/instances/ausyd1nxvm2120/terragrunt.hcl +++ b/config/instances/ausyd1nxvm2120/terragrunt.hcl @@ -35,7 +35,6 @@ generate "incus" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/nodes/ausyd1nxvm2062_images/terragrunt.hcl b/config/nodes/ausyd1nxvm2062_images/terragrunt.hcl index 22d0ac4..25fb6e0 100644 --- a/config/nodes/ausyd1nxvm2062_images/terragrunt.hcl +++ b/config/nodes/ausyd1nxvm2062_images/terragrunt.hcl @@ -36,7 +36,6 @@ generate "provider" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/nodes/prodnxsr0009/terragrunt.hcl b/config/nodes/prodnxsr0009/terragrunt.hcl index d74d08c..8a60878 100644 --- a/config/nodes/prodnxsr0009/terragrunt.hcl +++ b/config/nodes/prodnxsr0009/terragrunt.hcl @@ -28,7 +28,6 @@ generate "provider" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/nodes/prodnxsr0010/terragrunt.hcl b/config/nodes/prodnxsr0010/terragrunt.hcl index d74d08c..8a60878 100644 --- a/config/nodes/prodnxsr0010/terragrunt.hcl +++ b/config/nodes/prodnxsr0010/terragrunt.hcl @@ -28,7 +28,6 @@ generate "provider" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/nodes/prodnxsr0011/terragrunt.hcl b/config/nodes/prodnxsr0011/terragrunt.hcl index d74d08c..8a60878 100644 --- a/config/nodes/prodnxsr0011/terragrunt.hcl +++ b/config/nodes/prodnxsr0011/terragrunt.hcl @@ -28,7 +28,6 @@ generate "provider" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/nodes/prodnxsr0012/terragrunt.hcl b/config/nodes/prodnxsr0012/terragrunt.hcl index d74d08c..8a60878 100644 --- a/config/nodes/prodnxsr0012/terragrunt.hcl +++ b/config/nodes/prodnxsr0012/terragrunt.hcl @@ -28,7 +28,6 @@ generate "provider" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}" diff --git a/config/nodes/prodnxsr0013/terragrunt.hcl b/config/nodes/prodnxsr0013/terragrunt.hcl index d74d08c..8a60878 100644 --- a/config/nodes/prodnxsr0013/terragrunt.hcl +++ b/config/nodes/prodnxsr0013/terragrunt.hcl @@ -28,7 +28,6 @@ generate "provider" { provider "incus" { generate_client_certificates = false accept_remote_certificate = true - config_dir = "${get_env("INCUS_CONFIG_DIR")}" remote { name = "${basename(get_terragrunt_dir())}"