diff --git a/aws/cloudtrail/examples/default/README.md b/aws/cloudtrail/examples/default/README.md index 39f59d8..eaea57c 100644 --- a/aws/cloudtrail/examples/default/README.md +++ b/aws/cloudtrail/examples/default/README.md @@ -36,7 +36,7 @@ |------|-------------|------|---------|:--------:| | [sumologic\_access\_id](#input\_sumologic\_access\_id) | Sumo Logic Access ID. Visit https://help.sumologic.com/Manage/Security/Access-Keys#Create_an_access_key | `string` | n/a | yes | | [sumologic\_access\_key](#input\_sumologic\_access\_key) | Sumo Logic Access Key. Visit https://help.sumologic.com/Manage/Security/Access-Keys#Create_an_access_key | `string` | n/a | yes | -| [sumologic\_environment](#input\_sumologic\_environment) | Enter au, ca, de, eu, fed, jp, kr, us1 or us2. For more information on Sumo Logic deployments visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security | `string` | n/a | yes | +| [sumologic\_environment](#input\_sumologic\_environment) | Enter au, ca, ch, de, eu, fed, jp, kr, us1 or us2. For more information on Sumo Logic deployments visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security | `string` | n/a | yes | | [sumologic\_organization\_id](#input\_sumologic\_organization\_id) | You can find your org on the Preferences page in the Sumo Logic UI. For more information, see the Preferences Page topic. Your org ID will be used to configure the IAM Role for Sumo Logic AWS Sources."
For more details, visit https://help.sumologic.com/01Start-Here/05Customize-Your-Sumo-Logic-Experience/Preferences-Page | `string` | n/a | yes | ## Outputs diff --git a/aws/cloudtrail/examples/default/main.auto.tfvars b/aws/cloudtrail/examples/default/main.auto.tfvars index ffea6e4..ba4c20a 100644 --- a/aws/cloudtrail/examples/default/main.auto.tfvars +++ b/aws/cloudtrail/examples/default/main.auto.tfvars @@ -1,5 +1,5 @@ ####### BELOW ARE REQUIRED PARAMETERS FOR TERRAFORM SCRIPT ####### -sumologic_environment = "" # Please replace (including brackets) with au, ca, de, eu, fed, jp, kr, us1 or us2. +sumologic_environment = "" # Please replace (including brackets) with au, ca, ch, de, eu, fed, jp, kr, us1 or us2. sumologic_organization_id = "" # Please replace (including brackets) with your Sumo Logic Organization ID. sumologic_access_id = "" # Please replace (including brackets) with your Sumo Logic Access ID. sumologic_access_key = "" # Please replace (including brackets) with your Sumo Logic Access KEY. \ No newline at end of file diff --git a/aws/cloudtrail/examples/default/variables.tf b/aws/cloudtrail/examples/default/variables.tf index 931c10a..3d36ed4 100644 --- a/aws/cloudtrail/examples/default/variables.tf +++ b/aws/cloudtrail/examples/default/variables.tf @@ -1,11 +1,12 @@ variable "sumologic_environment" { type = string - description = "Enter au, ca, de, eu, fed, jp, kr, us1 or us2. For more information on Sumo Logic deployments visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security" + description = "Enter au, ca, ch, de, eu, fed, jp, kr, us1 or us2. For more information on Sumo Logic deployments visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security" validation { condition = contains([ "au", "ca", + "ch", "de", "eu", "fed", @@ -14,7 +15,7 @@ variable "sumologic_environment" { "us1", "us2" ], var.sumologic_environment) - error_message = "The value must be one of au, ca, de, eu, fed, jp, kr, us1 or us2." + error_message = "The value must be one of au, ca, ch, de, eu, fed, jp, kr, us1 or us2." } } diff --git a/aws/cloudwatchlogsforwarder/examples/default/README.md b/aws/cloudwatchlogsforwarder/examples/default/README.md index 55d59ab..7a3dbc6 100644 --- a/aws/cloudwatchlogsforwarder/examples/default/README.md +++ b/aws/cloudwatchlogsforwarder/examples/default/README.md @@ -31,7 +31,7 @@ |------|-------------|------|---------|:--------:| | [sumologic\_access\_id](#input\_sumologic\_access\_id) | Sumo Logic Access ID. Visit https://help.sumologic.com/Manage/Security/Access-Keys#Create_an_access_key | `string` | n/a | yes | | [sumologic\_access\_key](#input\_sumologic\_access\_key) | Sumo Logic Access Key. Visit https://help.sumologic.com/Manage/Security/Access-Keys#Create_an_access_key | `string` | n/a | yes | -| [sumologic\_environment](#input\_sumologic\_environment) | Enter au, ca, de, eu, fed, jp, kr, us1 or us2. For more information on Sumo Logic deployments visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security | `string` | n/a | yes | +| [sumologic\_environment](#input\_sumologic\_environment) | Enter au, ca, ch, de, eu, fed, jp, kr, us1 or us2. For more information on Sumo Logic deployments visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security | `string` | n/a | yes | | [sumologic\_organization\_id](#input\_sumologic\_organization\_id) | You can find your org on the Preferences page in the Sumo Logic UI. For more information, see the Preferences Page topic. Your org ID will be used to configure the IAM Role for Sumo Logic AWS Sources."
For more details, visit https://help.sumologic.com/01Start-Here/05Customize-Your-Sumo-Logic-Experience/Preferences-Page | `string` | n/a | yes | ## Outputs diff --git a/aws/cloudwatchlogsforwarder/examples/default/main.auto.tfvars b/aws/cloudwatchlogsforwarder/examples/default/main.auto.tfvars index ffea6e4..ba4c20a 100644 --- a/aws/cloudwatchlogsforwarder/examples/default/main.auto.tfvars +++ b/aws/cloudwatchlogsforwarder/examples/default/main.auto.tfvars @@ -1,5 +1,5 @@ ####### BELOW ARE REQUIRED PARAMETERS FOR TERRAFORM SCRIPT ####### -sumologic_environment = "" # Please replace (including brackets) with au, ca, de, eu, fed, jp, kr, us1 or us2. +sumologic_environment = "" # Please replace (including brackets) with au, ca, ch, de, eu, fed, jp, kr, us1 or us2. sumologic_organization_id = "" # Please replace (including brackets) with your Sumo Logic Organization ID. sumologic_access_id = "" # Please replace (including brackets) with your Sumo Logic Access ID. sumologic_access_key = "" # Please replace (including brackets) with your Sumo Logic Access KEY. \ No newline at end of file diff --git a/aws/cloudwatchlogsforwarder/examples/default/variables.tf b/aws/cloudwatchlogsforwarder/examples/default/variables.tf index 931c10a..3d36ed4 100644 --- a/aws/cloudwatchlogsforwarder/examples/default/variables.tf +++ b/aws/cloudwatchlogsforwarder/examples/default/variables.tf @@ -1,11 +1,12 @@ variable "sumologic_environment" { type = string - description = "Enter au, ca, de, eu, fed, jp, kr, us1 or us2. For more information on Sumo Logic deployments visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security" + description = "Enter au, ca, ch, de, eu, fed, jp, kr, us1 or us2. For more information on Sumo Logic deployments visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security" validation { condition = contains([ "au", "ca", + "ch", "de", "eu", "fed", @@ -14,7 +15,7 @@ variable "sumologic_environment" { "us1", "us2" ], var.sumologic_environment) - error_message = "The value must be one of au, ca, de, eu, fed, jp, kr, us1 or us2." + error_message = "The value must be one of au, ca, ch, de, eu, fed, jp, kr, us1 or us2." } } diff --git a/aws/cloudwatchmetrics/examples/default/README.md b/aws/cloudwatchmetrics/examples/default/README.md index 6d62102..5616021 100644 --- a/aws/cloudwatchmetrics/examples/default/README.md +++ b/aws/cloudwatchmetrics/examples/default/README.md @@ -26,7 +26,7 @@ No resources. |------|-------------|------|---------|:--------:| | [sumologic\_access\_id](#input\_sumologic\_access\_id) | Please provide access ID for your Sumo Account | `string` | n/a | yes | | [sumologic\_access\_key](#input\_sumologic\_access\_key) | Please provide access key for your Sumo Account | `string` | n/a | yes | -| [sumologic\_environment](#input\_sumologic\_environment) | Enter au, ca, de, eu, fed, jp, kr, us1 or us2. For more information on Sumo Logic deployments visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security | `string` | n/a | yes | +| [sumologic\_environment](#input\_sumologic\_environment) | Enter au, ca, ch, de, eu, fed, jp, kr, us1 or us2. For more information on Sumo Logic deployments visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security | `string` | n/a | yes | | [sumologic\_organization\_id](#input\_sumologic\_organization\_id) | Appears on the Account Overview page that displays information about your Sumo Logic organization. Used for IAM Role in Sumo Logic AWS Sources. | `string` | n/a | yes | ## Outputs diff --git a/aws/cloudwatchmetrics/examples/default/main.auto.tfvars b/aws/cloudwatchmetrics/examples/default/main.auto.tfvars index ffea6e4..ba4c20a 100644 --- a/aws/cloudwatchmetrics/examples/default/main.auto.tfvars +++ b/aws/cloudwatchmetrics/examples/default/main.auto.tfvars @@ -1,5 +1,5 @@ ####### BELOW ARE REQUIRED PARAMETERS FOR TERRAFORM SCRIPT ####### -sumologic_environment = "" # Please replace (including brackets) with au, ca, de, eu, fed, jp, kr, us1 or us2. +sumologic_environment = "" # Please replace (including brackets) with au, ca, ch, de, eu, fed, jp, kr, us1 or us2. sumologic_organization_id = "" # Please replace (including brackets) with your Sumo Logic Organization ID. sumologic_access_id = "" # Please replace (including brackets) with your Sumo Logic Access ID. sumologic_access_key = "" # Please replace (including brackets) with your Sumo Logic Access KEY. \ No newline at end of file diff --git a/aws/cloudwatchmetrics/examples/default/variables.tf b/aws/cloudwatchmetrics/examples/default/variables.tf index ea9f47b..c8c1b78 100644 --- a/aws/cloudwatchmetrics/examples/default/variables.tf +++ b/aws/cloudwatchmetrics/examples/default/variables.tf @@ -10,12 +10,13 @@ variable "sumologic_access_key" { variable "sumologic_environment" { type = string - description = "Enter au, ca, de, eu, fed, jp, kr, us1 or us2. For more information on Sumo Logic deployments visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security" + description = "Enter au, ca, ch, de, eu, fed, jp, kr, us1 or us2. For more information on Sumo Logic deployments visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security" validation { condition = contains([ "au", "ca", + "ch", "de", "eu", "fed", @@ -24,7 +25,7 @@ variable "sumologic_environment" { "us1", "us2" ], var.sumologic_environment) - error_message = "The value must be one of au, ca, de, eu, fed, jp, kr, us1 or us2." + error_message = "The value must be one of au, ca, ch, de, eu, fed, jp, kr, us1 or us2." } } diff --git a/aws/elasticloadbalancing/examples/default/README.md b/aws/elasticloadbalancing/examples/default/README.md index c34b8e2..0229048 100644 --- a/aws/elasticloadbalancing/examples/default/README.md +++ b/aws/elasticloadbalancing/examples/default/README.md @@ -37,7 +37,7 @@ |------|-------------|------|---------|:--------:| | [sumologic\_access\_id](#input\_sumologic\_access\_id) | Sumo Logic Access ID. Visit https://help.sumologic.com/Manage/Security/Access-Keys#Create_an_access_key | `string` | n/a | yes | | [sumologic\_access\_key](#input\_sumologic\_access\_key) | Sumo Logic Access Key. Visit https://help.sumologic.com/Manage/Security/Access-Keys#Create_an_access_key | `string` | n/a | yes | -| [sumologic\_environment](#input\_sumologic\_environment) | Enter au, ca, de, eu, fed, jp, kr, us1 or us2. For more information on Sumo Logic deployments visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security | `string` | n/a | yes | +| [sumologic\_environment](#input\_sumologic\_environment) | Enter au, ca, ch, de, eu, fed, jp, kr, us1 or us2. For more information on Sumo Logic deployments visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security | `string` | n/a | yes | | [sumologic\_organization\_id](#input\_sumologic\_organization\_id) | You can find your org on the Preferences page in the Sumo Logic UI. For more information, see the Preferences Page topic. Your org ID will be used to configure the IAM Role for Sumo Logic AWS Sources."
For more details, visit https://help.sumologic.com/01Start-Here/05Customize-Your-Sumo-Logic-Experience/Preferences-Page | `string` | n/a | yes | ## Outputs diff --git a/aws/elasticloadbalancing/examples/default/main.auto.tfvars b/aws/elasticloadbalancing/examples/default/main.auto.tfvars index 3a2ac3d..8126f9e 100644 --- a/aws/elasticloadbalancing/examples/default/main.auto.tfvars +++ b/aws/elasticloadbalancing/examples/default/main.auto.tfvars @@ -1,6 +1,6 @@ ####### BELOW ARE REQUIRED PARAMETERS FOR TERRAFORM SCRIPT ####### # Visit - https://help.sumologic.com/Solutions/AWS_Observability_Solution/03_Set_Up_the_AWS_Observability_Solution#sumo-logic-access-configuration-required -sumologic_environment = "" # Please replace (including brackets) with au, ca, de, eu, fed, jp, kr, us1 or us2. +sumologic_environment = "" # Please replace (including brackets) with au, ca, ch, de, eu, fed, jp, kr, us1 or us2. sumologic_access_id = "" # Please replace (including brackets) with your Sumo Logic Access ID. sumologic_access_key = "" # Please replace (including brackets) with your Sumo Logic Access KEY. sumologic_organization_id = "" # Please replace (including brackets) with your Sumo Logic Organization ID. \ No newline at end of file diff --git a/aws/elasticloadbalancing/examples/default/variables.tf b/aws/elasticloadbalancing/examples/default/variables.tf index cb8b8d5..5a7fd4b 100644 --- a/aws/elasticloadbalancing/examples/default/variables.tf +++ b/aws/elasticloadbalancing/examples/default/variables.tf @@ -1,11 +1,12 @@ variable "sumologic_environment" { type = string - description = "Enter au, ca, de, eu, fed, jp, kr, us1 or us2. For more information on Sumo Logic deployments visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security" + description = "Enter au, ca, ch, de, eu, fed, jp, kr, us1 or us2. For more information on Sumo Logic deployments visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security" validation { condition = contains([ "au", "ca", + "ch", "de", "eu", "fed", @@ -14,7 +15,7 @@ variable "sumologic_environment" { "us1", "us2" ], var.sumologic_environment) - error_message = "The value must be one of au, ca, de, eu, fed, jp, kr, us1 or us2." + error_message = "The value must be one of au, ca, ch, de, eu, fed, jp, kr, us1 or us2." } } diff --git a/aws/elb/examples/default/README.md b/aws/elb/examples/default/README.md index 64f30f0..8435b97 100644 --- a/aws/elb/examples/default/README.md +++ b/aws/elb/examples/default/README.md @@ -37,7 +37,7 @@ |------|-------------|------|---------|:--------:| | [sumologic\_access\_id](#input\_sumologic\_access\_id) | Sumo Logic Access ID. Visit https://help.sumologic.com/Manage/Security/Access-Keys#Create_an_access_key | `string` | n/a | yes | | [sumologic\_access\_key](#input\_sumologic\_access\_key) | Sumo Logic Access Key. Visit https://help.sumologic.com/Manage/Security/Access-Keys#Create_an_access_key | `string` | n/a | yes | -| [sumologic\_environment](#input\_sumologic\_environment) | Enter au, ca, de, eu, fed, jp, kr, us1 or us2. For more information on Sumo Logic deployments visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security | `string` | n/a | yes | +| [sumologic\_environment](#input\_sumologic\_environment) | Enter au, ca, ch, de, eu, fed, jp, kr, us1 or us2. For more information on Sumo Logic deployments visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security | `string` | n/a | yes | | [sumologic\_organization\_id](#input\_sumologic\_organization\_id) | You can find your org on the Preferences page in the Sumo Logic UI. For more information, see the Preferences Page topic. Your org ID will be used to configure the IAM Role for Sumo Logic AWS Sources."
For more details, visit https://help.sumologic.com/01Start-Here/05Customize-Your-Sumo-Logic-Experience/Preferences-Page | `string` | n/a | yes | ## Outputs diff --git a/aws/elb/examples/default/main.auto.tfvars b/aws/elb/examples/default/main.auto.tfvars index 3a2ac3d..8126f9e 100644 --- a/aws/elb/examples/default/main.auto.tfvars +++ b/aws/elb/examples/default/main.auto.tfvars @@ -1,6 +1,6 @@ ####### BELOW ARE REQUIRED PARAMETERS FOR TERRAFORM SCRIPT ####### # Visit - https://help.sumologic.com/Solutions/AWS_Observability_Solution/03_Set_Up_the_AWS_Observability_Solution#sumo-logic-access-configuration-required -sumologic_environment = "" # Please replace (including brackets) with au, ca, de, eu, fed, jp, kr, us1 or us2. +sumologic_environment = "" # Please replace (including brackets) with au, ca, ch, de, eu, fed, jp, kr, us1 or us2. sumologic_access_id = "" # Please replace (including brackets) with your Sumo Logic Access ID. sumologic_access_key = "" # Please replace (including brackets) with your Sumo Logic Access KEY. sumologic_organization_id = "" # Please replace (including brackets) with your Sumo Logic Organization ID. \ No newline at end of file diff --git a/aws/elb/examples/default/variables.tf b/aws/elb/examples/default/variables.tf index cb8b8d5..5a7fd4b 100644 --- a/aws/elb/examples/default/variables.tf +++ b/aws/elb/examples/default/variables.tf @@ -1,11 +1,12 @@ variable "sumologic_environment" { type = string - description = "Enter au, ca, de, eu, fed, jp, kr, us1 or us2. For more information on Sumo Logic deployments visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security" + description = "Enter au, ca, ch, de, eu, fed, jp, kr, us1 or us2. For more information on Sumo Logic deployments visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security" validation { condition = contains([ "au", "ca", + "ch", "de", "eu", "fed", @@ -14,7 +15,7 @@ variable "sumologic_environment" { "us1", "us2" ], var.sumologic_environment) - error_message = "The value must be one of au, ca, de, eu, fed, jp, kr, us1 or us2." + error_message = "The value must be one of au, ca, ch, de, eu, fed, jp, kr, us1 or us2." } } diff --git a/aws/kinesisfirehoseforlogs/examples/default/README.md b/aws/kinesisfirehoseforlogs/examples/default/README.md index cb0d755..dd17b6b 100644 --- a/aws/kinesisfirehoseforlogs/examples/default/README.md +++ b/aws/kinesisfirehoseforlogs/examples/default/README.md @@ -37,7 +37,7 @@ |------|-------------|------|---------|:--------:| | [sumologic\_access\_id](#input\_sumologic\_access\_id) | Sumo Logic Access ID. Visit https://help.sumologic.com/Manage/Security/Access-Keys#Create_an_access_key | `string` | n/a | yes | | [sumologic\_access\_key](#input\_sumologic\_access\_key) | Sumo Logic Access Key. Visit https://help.sumologic.com/Manage/Security/Access-Keys#Create_an_access_key | `string` | n/a | yes | -| [sumologic\_environment](#input\_sumologic\_environment) | Enter au, ca, de, eu, fed, jp, kr, us1 or us2. For more information on Sumo Logic deployments visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security | `string` | n/a | yes | +| [sumologic\_environment](#input\_sumologic\_environment) | Enter au, ca, ch, de, eu, fed, jp, kr, us1 or us2. For more information on Sumo Logic deployments visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security | `string` | n/a | yes | | [sumologic\_organization\_id](#input\_sumologic\_organization\_id) | You can find your org on the Preferences page in the Sumo Logic UI. For more information, see the Preferences Page topic. Your org ID will be used to configure the IAM Role for Sumo Logic AWS Sources."
For more details, visit https://help.sumologic.com/01Start-Here/05Customize-Your-Sumo-Logic-Experience/Preferences-Page | `string` | n/a | yes | ## Outputs diff --git a/aws/kinesisfirehoseforlogs/examples/default/main.auto.tfvars b/aws/kinesisfirehoseforlogs/examples/default/main.auto.tfvars index 3a2ac3d..8126f9e 100644 --- a/aws/kinesisfirehoseforlogs/examples/default/main.auto.tfvars +++ b/aws/kinesisfirehoseforlogs/examples/default/main.auto.tfvars @@ -1,6 +1,6 @@ ####### BELOW ARE REQUIRED PARAMETERS FOR TERRAFORM SCRIPT ####### # Visit - https://help.sumologic.com/Solutions/AWS_Observability_Solution/03_Set_Up_the_AWS_Observability_Solution#sumo-logic-access-configuration-required -sumologic_environment = "" # Please replace (including brackets) with au, ca, de, eu, fed, jp, kr, us1 or us2. +sumologic_environment = "" # Please replace (including brackets) with au, ca, ch, de, eu, fed, jp, kr, us1 or us2. sumologic_access_id = "" # Please replace (including brackets) with your Sumo Logic Access ID. sumologic_access_key = "" # Please replace (including brackets) with your Sumo Logic Access KEY. sumologic_organization_id = "" # Please replace (including brackets) with your Sumo Logic Organization ID. \ No newline at end of file diff --git a/aws/kinesisfirehoseforlogs/examples/default/variables.tf b/aws/kinesisfirehoseforlogs/examples/default/variables.tf index cb8b8d5..5a7fd4b 100644 --- a/aws/kinesisfirehoseforlogs/examples/default/variables.tf +++ b/aws/kinesisfirehoseforlogs/examples/default/variables.tf @@ -1,11 +1,12 @@ variable "sumologic_environment" { type = string - description = "Enter au, ca, de, eu, fed, jp, kr, us1 or us2. For more information on Sumo Logic deployments visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security" + description = "Enter au, ca, ch, de, eu, fed, jp, kr, us1 or us2. For more information on Sumo Logic deployments visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security" validation { condition = contains([ "au", "ca", + "ch", "de", "eu", "fed", @@ -14,7 +15,7 @@ variable "sumologic_environment" { "us1", "us2" ], var.sumologic_environment) - error_message = "The value must be one of au, ca, de, eu, fed, jp, kr, us1 or us2." + error_message = "The value must be one of au, ca, ch, de, eu, fed, jp, kr, us1 or us2." } } diff --git a/aws/kinesisfirehoseformetrics/examples/default/README.md b/aws/kinesisfirehoseformetrics/examples/default/README.md index fb77642..626b4b2 100644 --- a/aws/kinesisfirehoseformetrics/examples/default/README.md +++ b/aws/kinesisfirehoseformetrics/examples/default/README.md @@ -37,7 +37,7 @@ |------|-------------|------|---------|:--------:| | [sumologic\_access\_id](#input\_sumologic\_access\_id) | Sumo Logic Access ID. Visit https://help.sumologic.com/Manage/Security/Access-Keys#Create_an_access_key | `string` | n/a | yes | | [sumologic\_access\_key](#input\_sumologic\_access\_key) | Sumo Logic Access Key. Visit https://help.sumologic.com/Manage/Security/Access-Keys#Create_an_access_key | `string` | n/a | yes | -| [sumologic\_environment](#input\_sumologic\_environment) | Enter au, ca, de, eu, fed, jp, kr, us1 or us2. For more information on Sumo Logic deployments visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security | `string` | n/a | yes | +| [sumologic\_environment](#input\_sumologic\_environment) | Enter au, ca, ch, de, eu, fed, jp, kr, us1 or us2. For more information on Sumo Logic deployments visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security | `string` | n/a | yes | | [sumologic\_organization\_id](#input\_sumologic\_organization\_id) | You can find your org on the Preferences page in the Sumo Logic UI. For more information, see the Preferences Page topic. Your org ID will be used to configure the IAM Role for Sumo Logic AWS Sources."
For more details, visit https://help.sumologic.com/01Start-Here/05Customize-Your-Sumo-Logic-Experience/Preferences-Page | `string` | n/a | yes | ## Outputs diff --git a/aws/kinesisfirehoseformetrics/examples/default/main.auto.tfvars b/aws/kinesisfirehoseformetrics/examples/default/main.auto.tfvars index 3a2ac3d..8126f9e 100644 --- a/aws/kinesisfirehoseformetrics/examples/default/main.auto.tfvars +++ b/aws/kinesisfirehoseformetrics/examples/default/main.auto.tfvars @@ -1,6 +1,6 @@ ####### BELOW ARE REQUIRED PARAMETERS FOR TERRAFORM SCRIPT ####### # Visit - https://help.sumologic.com/Solutions/AWS_Observability_Solution/03_Set_Up_the_AWS_Observability_Solution#sumo-logic-access-configuration-required -sumologic_environment = "" # Please replace (including brackets) with au, ca, de, eu, fed, jp, kr, us1 or us2. +sumologic_environment = "" # Please replace (including brackets) with au, ca, ch, de, eu, fed, jp, kr, us1 or us2. sumologic_access_id = "" # Please replace (including brackets) with your Sumo Logic Access ID. sumologic_access_key = "" # Please replace (including brackets) with your Sumo Logic Access KEY. sumologic_organization_id = "" # Please replace (including brackets) with your Sumo Logic Organization ID. \ No newline at end of file diff --git a/aws/kinesisfirehoseformetrics/examples/default/variables.tf b/aws/kinesisfirehoseformetrics/examples/default/variables.tf index cb8b8d5..5a7fd4b 100644 --- a/aws/kinesisfirehoseformetrics/examples/default/variables.tf +++ b/aws/kinesisfirehoseformetrics/examples/default/variables.tf @@ -1,11 +1,12 @@ variable "sumologic_environment" { type = string - description = "Enter au, ca, de, eu, fed, jp, kr, us1 or us2. For more information on Sumo Logic deployments visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security" + description = "Enter au, ca, ch, de, eu, fed, jp, kr, us1 or us2. For more information on Sumo Logic deployments visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security" validation { condition = contains([ "au", "ca", + "ch", "de", "eu", "fed", @@ -14,7 +15,7 @@ variable "sumologic_environment" { "us1", "us2" ], var.sumologic_environment) - error_message = "The value must be one of au, ca, de, eu, fed, jp, kr, us1 or us2." + error_message = "The value must be one of au, ca, ch, de, eu, fed, jp, kr, us1 or us2." } } diff --git a/aws/rootcause/examples/default/README.md b/aws/rootcause/examples/default/README.md index c754ae7..fbbac11 100644 --- a/aws/rootcause/examples/default/README.md +++ b/aws/rootcause/examples/default/README.md @@ -33,7 +33,7 @@ |------|-------------|------|---------|:--------:| | [sumologic\_access\_id](#input\_sumologic\_access\_id) | Sumo Logic Access ID. Visit https://help.sumologic.com/Manage/Security/Access-Keys#Create_an_access_key | `string` | n/a | yes | | [sumologic\_access\_key](#input\_sumologic\_access\_key) | Sumo Logic Access Key. Visit https://help.sumologic.com/Manage/Security/Access-Keys#Create_an_access_key | `string` | n/a | yes | -| [sumologic\_environment](#input\_sumologic\_environment) | Enter au, ca, de, eu, fed, jp, kr, us1 or us2. For more information on Sumo Logic deployments visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security | `string` | n/a | yes | +| [sumologic\_environment](#input\_sumologic\_environment) | Enter au, ca, ch, de, eu, fed, jp, kr, us1 or us2. For more information on Sumo Logic deployments visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security | `string` | n/a | yes | | [sumologic\_organization\_id](#input\_sumologic\_organization\_id) | You can find your org on the Preferences page in the Sumo Logic UI. For more information, see the Preferences Page topic. Your org ID will be used to configure the IAM Role for Sumo Logic AWS Sources."
For more details, visit https://help.sumologic.com/01Start-Here/05Customize-Your-Sumo-Logic-Experience/Preferences-Page | `string` | n/a | yes | ## Outputs diff --git a/aws/rootcause/examples/default/main.auto.tfvars b/aws/rootcause/examples/default/main.auto.tfvars index 5d2ec2e..e79554c 100644 --- a/aws/rootcause/examples/default/main.auto.tfvars +++ b/aws/rootcause/examples/default/main.auto.tfvars @@ -1,5 +1,5 @@ ####### BELOW ARE REQUIRED PARAMETERS FOR TERRAFORM SCRIPT ####### -sumologic_environment = "" # Please replace (including brackets) with au, ca, de, eu, fed, jp, kr, us1 or us2. +sumologic_environment = "" # Please replace (including brackets) with au, ca, ch, de, eu, fed, jp, kr, us1 or us2. sumologic_organization_id = "" # Please replace (including brackets) with your Sumo Logic Organization ID. sumologic_access_id = "" # Please replace (including brackets) with your Sumo Logic Access ID. sumologic_access_key = "" # Please replace (including brackets) with your Sumo Logic Access KEY. diff --git a/aws/rootcause/examples/default/variables.tf b/aws/rootcause/examples/default/variables.tf index 931c10a..3d36ed4 100644 --- a/aws/rootcause/examples/default/variables.tf +++ b/aws/rootcause/examples/default/variables.tf @@ -1,11 +1,12 @@ variable "sumologic_environment" { type = string - description = "Enter au, ca, de, eu, fed, jp, kr, us1 or us2. For more information on Sumo Logic deployments visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security" + description = "Enter au, ca, ch, de, eu, fed, jp, kr, us1 or us2. For more information on Sumo Logic deployments visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security" validation { condition = contains([ "au", "ca", + "ch", "de", "eu", "fed", @@ -14,7 +15,7 @@ variable "sumologic_environment" { "us1", "us2" ], var.sumologic_environment) - error_message = "The value must be one of au, ca, de, eu, fed, jp, kr, us1 or us2." + error_message = "The value must be one of au, ca, ch, de, eu, fed, jp, kr, us1 or us2." } } diff --git a/sumologic/README.md b/sumologic/README.md index 6ee5464..c0555cf 100644 --- a/sumologic/README.md +++ b/sumologic/README.md @@ -43,7 +43,7 @@ This module is used to create Sumo Logic resource. Features include |------|-------------|------|---------|:--------:| | [access\_id](#input\_access\_id) | Sumo Logic Access ID. Visit https://help.sumologic.com/Manage/Security/Access-Keys#Create_an_access_key | `string` | n/a | yes | | [access\_key](#input\_access\_key) | Sumo Logic Access Key. | `string` | n/a | yes | -| [environment](#input\_environment) | Enter au, ca, de, eu, fed, jp, kr, us1 or us2. Visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security | `string` | n/a | yes | +| [environment](#input\_environment) | Enter au, ca, ch, de, eu, fed, jp, kr, us1 or us2. Visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security | `string` | n/a | yes | | [managed\_apps](#input\_managed\_apps) | The list of Application to manage within the Sumo Logic AWS Observability Solution |
map(object({
folder_id = string
content_json = string
}))
| `{}` | no | | [managed\_field\_extraction\_rules](#input\_managed\_field\_extraction\_rules) | The list of Field Extraction Rules to manage within the Sumo Logic AWS Observability Solution |
map(object({
name = string
parse_expression = string
scope = string
enabled = bool
}))
| `{}` | no | | [managed\_fields](#input\_managed\_fields) | The list of Fields to manage within the Sumo Logic AWS Observability Solution |
map(object({
field_name = string
data_type = string
state = bool
}))
| `{}` | no | diff --git a/sumologic/variables.tf b/sumologic/variables.tf index 8732c7d..13e29cd 100644 --- a/sumologic/variables.tf +++ b/sumologic/variables.tf @@ -1,11 +1,12 @@ variable "environment" { type = string - description = "Enter au, ca, de, eu, fed, jp, kr, us1 or us2. Visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security" + description = "Enter au, ca, ch, de, eu, fed, jp, kr, us1 or us2. Visit https://help.sumologic.com/APIs/General-API-Information/Sumo-Logic-Endpoints-and-Firewall-Security" validation { condition = contains([ "au", "ca", + "ch", "de", "eu", "fed", @@ -14,7 +15,7 @@ variable "environment" { "us1", "us2" ], var.environment) - error_message = "The value must be one of au, ca, de, eu, fed, jp, kr, us1 or us2." + error_message = "The value must be one of au, ca, ch, de, eu, fed, jp, kr, us1 or us2." } } diff --git a/terratest/README.md b/terratest/README.md index d2325f1..4e81dbf 100644 --- a/terratest/README.md +++ b/terratest/README.md @@ -29,7 +29,7 @@ Integration test checks for : ## Testing - Update the `run_tests.sh` to provide below environment variables - - SUMOLOGIC_ENVIRONMENT -> Sumo Logic environment (au, ca, de, eu, fed, jp, kr, us1 or us2). + - SUMOLOGIC_ENVIRONMENT -> Sumo Logic environment (au, ca, ch, de, eu, fed, jp, kr, us1 or us2). - SUMOLOGIC_ACCESS_ID -> Sumo Logic Access ID. - SUMOLOGIC_ACCESS_KEY -> Sumo Logic Access key. - SUMOLOGIC_ORG_ID -> Sumo Logic Organization ID.