Merge pull request 'feat: update gitea runners' (#13) from benvin/update_runners into master

Reviewed-on: https://git.query.consul/unkin/terraform-vault/pulls/13
This commit is contained in:
Ben Vincent 2025-05-25 10:32:37 +10:00
commit b46d36d03b
3 changed files with 9 additions and 6 deletions

View File

@ -9,7 +9,8 @@ resource "vault_approle_auth_backend_role" "packer_builder" {
token_max_ttl = 600
token_bound_cidrs = [
"10.10.12.200/32",
"198.18.13.67/32",
"198.18.13.68/32",
"198.18.25.102/32",
"198.18.26.91/32",
"198.18.27.40/32",
]
}

View File

@ -10,7 +10,8 @@ resource "vault_approle_auth_backend_role" "terraform_incus" {
token_max_ttl = 120
token_bound_cidrs = [
"10.10.12.200/32",
"198.18.13.67/32",
"198.18.13.68/32",
"198.18.25.102/32",
"198.18.26.91/32",
"198.18.27.40/32",
]
}

View File

@ -9,7 +9,8 @@ resource "vault_approle_auth_backend_role" "terraform_nomad" {
token_max_ttl = 120
token_bound_cidrs = [
"10.10.12.200/32",
"198.18.13.67/32",
"198.18.13.68/32",
"198.18.25.102/32",
"198.18.26.91/32",
"198.18.27.40/32",
]
}