replace root.path with module.path for dashy conf [ci skip]
This commit is contained in:
parent
267c5668c9
commit
7ca14aa7df
3 changed files with 12 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ resource "kubernetes_config_map" "config" {
|
|||
}
|
||||
|
||||
data = {
|
||||
"conf.yml" = file("${path.root}/modules/kubernetes/dashy/conf.yml")
|
||||
"conf.yml" = file("${path.module}/conf.yml")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue