Skip to content

Commit

Permalink
stripe images updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sfdevops committed Nov 28, 2024
1 parent 1f68038 commit 2a42471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/control-plane-application/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ data "template_file" "helm_values_template" {
PUBLIC_KEY = data.aws_ssm_parameter.public_key.name
AUTH0_CLIENT_SECRET = data.aws_ssm_parameter.auth0_client_secret.name
KEYCLOAK_PASSWORD = data.aws_ssm_parameter.keycloak_password.name
STRIPE_SECRET = data.aws_ssm_parameter.stripe_webhook_secret.name
STRIPE_SECRET = data.aws_ssm_parameter.stripe_secret.name
STRIPE_WEBHOOK_SECRET = data.aws_ssm_parameter.stripe_webhook_secret.name
}
}
Expand Down

0 comments on commit 2a42471

Please sign in to comment.