Skip to content

Commit

Permalink
feature #3 - Update api ssm value
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeniosales committed Oct 15, 2022
1 parent 4e9ce8c commit a8c8a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/ssm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ resource "aws_ssm_parameter" "update-exchange-rate-queue-arn-ssm" {
resource "aws_ssm_parameter" "exchange-rate-api-token-ssm" {
name = "/exchangeRate/infra/api/exchangeRate/token"
type = "String"
value = ""
value = "custom"
}

0 comments on commit a8c8a58

Please sign in to comment.