Skip to content

Commit

Permalink
updated variables
Browse files Browse the repository at this point in the history
  • Loading branch information
JKashyap96 committed Mar 22, 2022
1 parent 42c9190 commit 835920b
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions software-development-optimization-terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ variable "sumo_api_endpoint" {
}
}
variable "app_installation_folder" {
default = "SDO PagerDuty Test"
default = "Software Development Optimization"
}
variable "collector_name" {
default = "SDO PagerDuty Test"
default = "Software Development Optimization"
}

#Apps
Expand Down Expand Up @@ -146,14 +146,9 @@ variable "install_pagerduty" {
}
}

<<<<<<< HEAD
variable "install_pagerduty_version" {
type = string
=======
variable "install_pagerduty_version"{
type = string
>>>>>>> parent of c8c1889 (final update)
default = "v3"
validation {
condition = contains([
"v2", "v3"], var.install_pagerduty_version)
Expand Down

0 comments on commit 835920b

Please sign in to comment.