feat: add vault and consul roles for terraform-git
Add K8s auth role, consul secret backend role, consul ACL policy, and vault policy to allow terraform-git CI to store state in Consul.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
key_prefix "infra/terraform/git/" {
|
||||
policy = "write"
|
||||
}
|
||||
|
||||
session_prefix "" {
|
||||
policy = "write"
|
||||
}
|
||||
Reference in New Issue
Block a user