Skip to content

Commit

Permalink
updating aws engine test
Browse files Browse the repository at this point in the history
  • Loading branch information
tvo0813 committed Mar 6, 2025
1 parent 717c638 commit 0d2c477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions enos/modules/verify_secrets_engines/modules/create/aws.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ locals {
aws_access_key = aws_iam_access_key.aws_enos_test_user.id
aws_secret_key = aws_iam_access_key.aws_enos_test_user.secret
mount = local.aws_mount
region = data.aws_region.current
region = data.aws_region.current.name
vault_aws_role = local.vault_aws_role
}
}
Expand Down Expand Up @@ -78,7 +78,7 @@ resource "enos_remote_exec" "aws_generate_roles" {
for_each = var.hosts

environment = {
AWS_REGION = local.aws_region
AWS_REGION = local.aws_output.region
ENGINE = local.aws_mount
MOUNT = local.aws_mount
AWS_USER_NAME = local.aws_output.aws_user_name
Expand Down

0 comments on commit 0d2c477

Please sign in to comment.