fix: typo in default root permissions
This commit is contained in:
parent
670b0f2480
commit
3a5ce135ea
2
root.tf
2
root.tf
@ -11,7 +11,7 @@ locals {
|
|||||||
tenant_prefix_remount = {
|
tenant_prefix_remount = {
|
||||||
path = "sys/remount"
|
path = "sys/remount"
|
||||||
capabilities = ["update", "sudo"]
|
capabilities = ["update", "sudo"]
|
||||||
allowed_parameters = {
|
allowed_parameter = {
|
||||||
"from" = ["${var.prefix}/*"]
|
"from" = ["${var.prefix}/*"]
|
||||||
"to" = ["${var.prefix}/*"]
|
"to" = ["${var.prefix}/*"]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user