Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion infrastructure/environments/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ module "mya_application_dev" {
splunk_skip_verify_insecure = false
splunk_data_channel = "8FF305BB-C5B9-4054-A29A-836A0A69CB24"
splunk_otel_image_version = "2.0"
auto_cancelled_bookings_disabled = false
auto_cancelled_bookings_disabled = false
cosmos_geo_locations = [{
location = "uksouth"
failover_priority = 0
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/environments/int/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ module "mya_application_int" {
splunk_skip_verify_insecure = false
splunk_data_channel = "B8FF5D4B-3A5A-4025-AF83-EDB212B83D11"
splunk_otel_image_version = "2.0"
auto_cancelled_bookings_disabled = true
auto_cancelled_bookings_disabled = false
cosmos_geo_locations = [{
location = "uksouth"
failover_priority = 0
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/environments/pen/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ module "mya_application_pen" {
splunk_skip_verify_insecure = false
splunk_data_channel = "C42C6A51-B15C-45F8-8806-105CCD7BFB04"
splunk_otel_image_version = "2.0"
auto_cancelled_bookings_disabled = true
auto_cancelled_bookings_disabled = false
cosmos_geo_locations = [{
location = "uksouth"
failover_priority = 0
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/environments/perf-ukw/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ module "mya_application_perf" {
splunk_skip_verify_insecure = false
splunk_data_channel = "5DCE2AC4-31D8-4A77-93C1-06515670AFD6"
splunk_otel_image_version = "2.0"
auto_cancelled_bookings_disabled = true
auto_cancelled_bookings_disabled = false
cosmos_booking_autoscale_settings = [{
max_throughput = 60000
}]
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/environments/perf/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ module "mya_application_perf" {
splunk_skip_verify_insecure = false
splunk_data_channel = "5DCE2AC4-31D8-4A77-93C1-06515670AFD6"
splunk_otel_image_version = "2.0"
auto_cancelled_bookings_disabled = true
auto_cancelled_bookings_disabled = false
cosmos_geo_locations = [{
location = "uksouth"
failover_priority = 0
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/environments/prod-ukw/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ module "mya_application_prod_ukw" {
splunk_skip_verify_insecure = false
splunk_data_channel = "ED1D79AE-2243-4E5A-BCF7-D4B8AB0C6781"
splunk_otel_image_version = "2.0"
auto_cancelled_bookings_disabled = true
auto_cancelled_bookings_disabled = false
cosmos_booking_autoscale_settings = [{
max_throughput = 60000
}]
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/environments/prod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ module "mya_application_prod" {
splunk_skip_verify_insecure = false
splunk_data_channel = "ED1D79AE-2243-4E5A-BCF7-D4B8AB0C6781"
splunk_otel_image_version = "2.0"
auto_cancelled_bookings_disabled = true
auto_cancelled_bookings_disabled = false
cosmos_geo_locations = [{
location = "uksouth"
failover_priority = 0
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/environments/stag-ukw/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ module "mya_application_stag_ukw" {
splunk_skip_verify_insecure = false
splunk_data_channel = "020C14F4-8609-453E-BCBB-2ED9CC5D24C4"
splunk_otel_image_version = "2.0"
auto_cancelled_bookings_disabled = true
auto_cancelled_bookings_disabled = false
cosmos_booking_autoscale_settings = [{
max_throughput = 60000
}]
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/environments/stag/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ module "mya_application_stag" {
splunk_skip_verify_insecure = false
splunk_data_channel = "020C14F4-8609-453E-BCBB-2ED9CC5D24C4"
splunk_otel_image_version = "2.0"
auto_cancelled_bookings_disabled = true
auto_cancelled_bookings_disabled = false
cosmos_geo_locations = [{
location = "uksouth"
failover_priority = 0
Expand Down