We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad5fba commit 53c9613Copy full SHA for 53c9613
software-development-optimization-terraform/providers.tf
@@ -6,14 +6,8 @@ terraform {
6
template = "~> 2.1"
7
# jira = "~> 0.1.11"
8
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
+ pagerduty = "~> 2.3"
+ sumologic = ">= 2.31.3, < 3.0.0"
17
gitlab = "3.6.0"
18
}
19
0 commit comments