Skip to content

Commit 414998f

Browse files
committed
Removed mum deployment from all modules
1 parent 71c6b1b commit 414998f

File tree

7 files changed

+28
-19
lines changed

7 files changed

+28
-19
lines changed

aws/cloudwatchlogsforwarder/examples/default/variables.tf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
variable "sumologic_environment" {
22
type = string
3-
description = "Enter au, ca, de, eu, fed, in, 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"
3+
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"
44

55
validation {
66
condition = contains([
@@ -9,13 +9,12 @@ variable "sumologic_environment" {
99
"de",
1010
"eu",
1111
"fed",
12-
"in",
1312
"jp",
1413
"kr",
1514
"us1",
1615
"us2"
1716
], var.sumologic_environment)
18-
error_message = "The value must be one of au, ca, de, eu, fed, in, jp, kr, us1 or us2."
17+
error_message = "The value must be one of au, ca, de, eu, fed, jp, kr, us1 or us2."
1918
}
2019
}
2120

aws/cloudwatchmetrics/examples/default/variables.tf

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,22 @@ variable "sumologic_access_key" {
1010

1111
variable "sumologic_environment" {
1212
type = string
13-
description = "Please provide SumoLogic deployment environment"
13+
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"
14+
15+
validation {
16+
condition = contains([
17+
"au",
18+
"ca",
19+
"de",
20+
"eu",
21+
"fed",
22+
"jp",
23+
"kr",
24+
"us1",
25+
"us2"
26+
], var.sumologic_environment)
27+
error_message = "The value must be one of au, ca, de, eu, fed, jp, kr, us1 or us2."
28+
}
1429
}
1530

1631
variable "sumologic_organization_id" {

aws/elasticloadbalancing/examples/default/variables.tf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
variable "sumologic_environment" {
22
type = string
3-
description = "Enter au, ca, de, eu, fed, in, 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"
3+
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"
44

55
validation {
66
condition = contains([
@@ -9,13 +9,12 @@ variable "sumologic_environment" {
99
"de",
1010
"eu",
1111
"fed",
12-
"in",
1312
"jp",
1413
"kr",
1514
"us1",
1615
"us2"
1716
], var.sumologic_environment)
18-
error_message = "The value must be one of au, ca, de, eu, fed, in, jp, kr, us1 or us2."
17+
error_message = "The value must be one of au, ca, de, eu, fed, jp, kr, us1 or us2."
1918
}
2019
}
2120

aws/elb/examples/default/variables.tf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
variable "sumologic_environment" {
22
type = string
3-
description = "Enter au, ca, de, eu, fed, in, 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"
3+
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"
44

55
validation {
66
condition = contains([
@@ -9,13 +9,12 @@ variable "sumologic_environment" {
99
"de",
1010
"eu",
1111
"fed",
12-
"in",
1312
"jp",
1413
"kr",
1514
"us1",
1615
"us2"
1716
], var.sumologic_environment)
18-
error_message = "The value must be one of au, ca, de, eu, fed, in, jp, kr, us1 or us2."
17+
error_message = "The value must be one of au, ca, de, eu, fed, jp, kr, us1 or us2."
1918
}
2019
}
2120

aws/kinesisfirehoseforlogs/examples/default/variables.tf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
variable "sumologic_environment" {
22
type = string
3-
description = "Enter au, ca, de, eu, fed, in, 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"
3+
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"
44

55
validation {
66
condition = contains([
@@ -9,13 +9,12 @@ variable "sumologic_environment" {
99
"de",
1010
"eu",
1111
"fed",
12-
"in",
1312
"jp",
1413
"kr",
1514
"us1",
1615
"us2"
1716
], var.sumologic_environment)
18-
error_message = "The value must be one of au, ca, de, eu, fed, in, jp, kr, us1 or us2."
17+
error_message = "The value must be one of au, ca, de, eu, fed, jp, kr, us1 or us2."
1918
}
2019
}
2120

aws/kinesisfirehoseformetrics/examples/default/variables.tf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
variable "sumologic_environment" {
22
type = string
3-
description = "Enter au, ca, de, eu, fed, in, 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"
3+
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"
44

55
validation {
66
condition = contains([
@@ -9,13 +9,12 @@ variable "sumologic_environment" {
99
"de",
1010
"eu",
1111
"fed",
12-
"in",
1312
"jp",
1413
"kr",
1514
"us1",
1615
"us2"
1716
], var.sumologic_environment)
18-
error_message = "The value must be one of au, ca, de, eu, fed, in, jp, kr, us1 or us2."
17+
error_message = "The value must be one of au, ca, de, eu, fed, jp, kr, us1 or us2."
1918
}
2019
}
2120

aws/rootcause/examples/default/variables.tf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
variable "sumologic_environment" {
22
type = string
3-
description = "Enter au, ca, de, eu, fed, in, 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"
3+
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"
44

55
validation {
66
condition = contains([
@@ -9,13 +9,12 @@ variable "sumologic_environment" {
99
"de",
1010
"eu",
1111
"fed",
12-
"in",
1312
"jp",
1413
"kr",
1514
"us1",
1615
"us2"
1716
], var.sumologic_environment)
18-
error_message = "The value must be one of au, ca, de, eu, fed, in, jp, kr, us1 or us2."
17+
error_message = "The value must be one of au, ca, de, eu, fed, jp, kr, us1 or us2."
1918
}
2019
}
2120

0 commit comments

Comments
 (0)