Skip to content

Commit

Permalink
format parameters.tfvars in kms part
Browse files Browse the repository at this point in the history
  • Loading branch information
mkgharbi-aneo committed Dec 12, 2024
1 parent eeeec4f commit f966360
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions infrastructure/quick-deploy/gcp/parameters.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,9 @@ gke = {
}

kms = {
key_ring = "armonik" # Name the correct key ring
crypto_key = "armonik"
location = "global"
key_ring = "armonik"
crypto_key = "armonik"
location = "global"
}

# Logging level
Expand Down

0 comments on commit f966360

Please sign in to comment.