Compare commits

..

No commits in common. "b46d36d03bb2a2a66f48a491266a02ed9148cca4" and "50d1e31ea5bcd3bf423f104eafad285dcc47f5c8" have entirely different histories.

3 changed files with 6 additions and 9 deletions

View File

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

View File

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

View File

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