Skip to content

Commit

Permalink
fixing dev config (#1586)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 authored Oct 16, 2024
1 parent f684227 commit 4b9c3e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file removed env/dev_config copy.tfvars
Empty file.
4 changes: 2 additions & 2 deletions env/dev_config.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ notification_queue_prefix = "eks-notification-canada-ca"

# ENVIRONMENT
enable_new_relic = true
create_cbs_bucket = false
create_cbs_bucket = true
force_destroy_s3 = true
force_delete_ecr = true
force_destroy_athena = true
Expand Down Expand Up @@ -77,7 +77,7 @@ slack_channel_critical_topic = "notification-dev-ops"
slack_channel_general_topic = "notification-dev-ops"

## MONITORING
athena_workgroup_name = "primary"
athena_workgroup_name = "dev"
cloudwatch_opsgenie_alarm_webhook = ""
aws_config_recorder_name = "aws-controltower-BaselineConfigRecorder"
sentinel_layer_version = "165"
Expand Down

0 comments on commit 4b9c3e4

Please sign in to comment.