Skip to content

Commit

Permalink
Typo with duplicate config for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
P0NDER0SA authored Oct 15, 2024
1 parent 8f710cc commit 3d01620
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions env/dev_config.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ elasticache_node_count = 1
elasticache_node_number_cache_clusters = 3
elasticache_node_type = "cache.t3.micro"

## LOGGING
log_retention_period_days = 365
sensitive_log_retention_period_days = 14

## SLACK INTEGRATION
slack_channel_warning_topic = "notification-dev-ops"
slack_channel_critical_topic = "notification-dev-ops"
Expand Down Expand Up @@ -110,11 +106,6 @@ notify_sending_domain = "staging.notification.cdssandbox.xyz"
sqs_region = "ca-central-1"
gc_notify_service_email = "[email protected]"

## SYSTEM STATUS
system_status_api_url = "https://api.staging.notification.cdssandbox.xyz"
system_status_bucket_name = "notification-canada-ca-staging-system-status"
system_status_admin_url = "https://staging.notification.cdssandbox.xyz"

## PERF TEST
aws_pinpoint_region = "ca-central-1"
perf_test_phone_number = "16132532222"
Expand Down Expand Up @@ -175,4 +166,4 @@ ses_receiving_emails_docker_tag = "bootstrap"
pinpoint_to_sqs_sms_callbacks_docker_tag = "bootstrap"

## BLAZER
blazer_image_tag = "latest"
blazer_image_tag = "latest"

0 comments on commit 3d01620

Please sign in to comment.