Skip to content

Commit

Permalink
Fix esri secret setting (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
rockycodes committed May 3, 2024
1 parent bdbc123 commit d11b616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/aws/templates/aws_oidc/bin/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
APPLICANT_OIDC_CLIENT_SECRET = 'civiform_applicant_oidc_client_secret'
ADMIN_OIDC_CLIENT_ID = 'civiform_admin_oidc_client_id'
ADMIN_OIDC_CLIENT_SECRET = 'civiform_admin_oidc_client_secret'
ESRI_ARCGIS_API_TOKEN_SECRET = 'esri_arcgis_api_token_secret'
ESRI_ARCGIS_API_TOKEN_SECRET = 'civiform_esri_arcgis_api_token'
POSTGRES_PASSWORD = 'civiform_postgres_password'

# Defined in cloud/aws/templates/aws_oidc/main.tf
Expand Down

0 comments on commit d11b616

Please sign in to comment.