Skip to content

Commit

Permalink
fix: rename secret data block
Browse files Browse the repository at this point in the history
  • Loading branch information
DecFox committed Feb 18, 2025
1 parent 02ac680 commit 9fb81b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf/environments/prod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ data "aws_ssm_parameter" "jwt_secret" {
name = "/oonidevops/secrets/ooni_services/jwt_secret"
}

data "aws_ssm_parameter" "jwt_legacy_secret" {
data "aws_ssm_parameter" "jwt_secret_legacy" {
name = "/oonidevops/secrets/ooni_services/jwt_secret_legacy"
}

Expand Down

0 comments on commit 9fb81b0

Please sign in to comment.