Skip to content

Commit

Permalink
updated the vault name
Browse files Browse the repository at this point in the history
  • Loading branch information
deshmukhvidya committed Dec 24, 2024
1 parent ea9afa0 commit 57809ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/aws_backup/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ resource "aws_backup_vault" "spoke" {
tags = merge(
var.tags,
{
Name = "sas-awsng-${var.spoke_account_id}-backup-vault"
Name = "ng-${var.spoke_account_id}-backup-vault"
}
)

Expand Down
2 changes: 1 addition & 1 deletion modules/resource_checker/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ data "external" "vault_checker_tool" {
"access_key" = var.aws_access_key_id
"secret_key" = var.aws_secret_access_key
"token" = var.aws_session_token
"VAULT_NAME" = "sas-awsng-${var.spoke_account_id}-backup-vault"
"VAULT_NAME" = "ng-${var.spoke_account_id}-backup-vault"
}
}

Expand Down

0 comments on commit 57809ed

Please sign in to comment.