Skip to content

Commit

Permalink
Rename brokerpak-specific envvar
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshochadel committed Dec 10, 2024
1 parent 9412e98 commit f95d6a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion brokerpaks/aws-ses/aws-ses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ provision:
- name: default_domain
overwrite: true
type: string
default: ${config("cg_smtp.aws.zone")}
default: ${config("brokerpaks.aws_ses.default_zone")}
- name: labels
default: ${json.marshal(request.default_labels)}
overwrite: true
Expand Down
4 changes: 2 additions & 2 deletions brokerpaks/aws-ses/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ required_env_variables:
- AWS_REGION_GOVCLOUD
- AWS_SECRET_ACCESS_KEY_COMMERCIAL
- AWS_SECRET_ACCESS_KEY_GOVCLOUD
- CG_SMTP_AWS_ZONE
- BP_AWS_SES_DEFAULT_ZONE
- CLOUD_GOV_ENVIRONMENT
env_config_mapping:
AWS_ACCESS_KEY_ID_COMMERCIAL: aws.commercial.access_key_id
Expand All @@ -40,5 +40,5 @@ env_config_mapping:
AWS_REGION_GOVCLOUD: aws.govcloud.region
AWS_SECRET_ACCESS_KEY_COMMERCIAL: aws.commercial.secret_access_key
AWS_SECRET_ACCESS_KEY_GOVCLOUD: aws.govcloud.secret_access_key
CG_SMTP_AWS_ZONE: cg_smtp.aws.zone
BP_AWS_SES_DEFAULT_ZONE: brokerpaks.aws_ses.default_zone
CLOUD_GOV_ENVIRONMENT: cloud_gov.environment

0 comments on commit f95d6a6

Please sign in to comment.