Hello,
I would like to know the minimum ACL rules to use consul as terraform backend.
For the moment I am using this one:
key_prefix "" {
policy = "read"
}
key_prefix "terraform/" {
policy = "write"
}
session_prefix "" {
policy = "write"
}
Can I reduce the session permission ?
Thanks.