Skip to content

Commit

Permalink
Revert white characters
Browse files Browse the repository at this point in the history
  • Loading branch information
Sawthis committed Jul 23, 2024
1 parent bd0de7f commit 0184fc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configs/terraform/environments/prod/secrets-rotator.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ resource "google_pubsub_topic" "secrets_rotator_dead_letter" {
}

resource "google_service_account" "secrets-rotator" {
account_id = "secrets-rotator"
display_name = "secrets-rotator"
description = "Identity of the secrets rotator application"
account_id = "secrets-rotator"
display_name = "secrets-rotator"
description = "Identity of the secrets rotator application"
}

data "google_pubsub_topic" "secret-manager-notifications-topic" {
Expand Down

0 comments on commit 0184fc3

Please sign in to comment.