feat: update gitea runners

- changed gitea runners, updating cidrs
This commit is contained in:
Ben Vincent 2025-05-25 10:31:29 +10:00
parent 50d1e31ea5
commit ac36f9355c
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",
]
}