Skip to content

Commit 53c9613

Browse files
committed
reverted providers.tf
1 parent 6ad5fba commit 53c9613

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

software-development-optimization-terraform/providers.tf

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,8 @@ terraform {
66
template = "~> 2.1"
77
# jira = "~> 0.1.11"
88
github = "~> 2.8"
9-
pagerduty = {
10-
source = "Pagerduty/pagerduty"
11-
version = "2.2.1"
12-
}
13-
sumologic = {
14-
version = ">= 2.31.3, < 3.0.0"
15-
source = "SumoLogic/sumologic"
16-
}
9+
pagerduty = "~> 2.3"
10+
sumologic = ">= 2.31.3, < 3.0.0"
1711
gitlab = "3.6.0"
1812
}
1913
}

0 commit comments

Comments
 (0)