|
@@ -13,7 +13,7 @@ locals {
|
|
|
# working directory, into a temporary folder, and execute your Terraform commands in that folder.
|
|
|
terraform {
|
|
|
# Double slash is intentional and required to show root of modules
|
|
|
- source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/vault-configuration?ref=v3.5.16"
|
|
|
+ source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/vault-configuration?ref=v4.2.11"
|
|
|
}
|
|
|
|
|
|
dependency "vpc-system-services" {
|
|
@@ -56,9 +56,6 @@ inputs = {
|
|
|
vpc_id = dependency.vpc-system-services.outputs.vpc_id
|
|
|
azs = dependency.vpc-system-services.outputs.azs
|
|
|
subnets = dependency.vpc-system-services.outputs.private_subnets
|
|
|
- okta_oidc_client_id = "0oa5jb5198xfxqLiE297"
|
|
|
- okta_oidc_client_secret = "<place secret here>"
|
|
|
- okta_api_token = "<place secret here>"
|
|
|
roles = {
|
|
|
mdr-admins = {
|
|
|
token_policies = ["admins"]
|