Skip to content

Commit a312dfe

Browse files
Merge pull request #48 from SumoLogic/fy26q3
AWSO 2.13.0
2 parents ea3a608 + 73336c4 commit a312dfe

File tree

138 files changed

+1273
-1672
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+1273
-1672
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The modules configure/create the following resources:
1212

1313
#### Requirements
1414

15-
* [Terraform 0.13+](https://www.terraform.io/downloads.html)
15+
* [Terraform 1.5.7+](https://www.terraform.io/downloads.html)
1616
* [curl](https://curl.haxx.se/download.html) for App installations.
1717
* [Sumo Logic Terraform Provider](https://registry.terraform.io/providers/SumoLogic/sumologic/latest)
1818
* [Null Terraform Provider](https://registry.terraform.io/providers/hashicorp/null/latest).
@@ -22,7 +22,7 @@ The modules configure/create the following resources:
2222

2323
```shell
2424
terraform {
25-
required_version = ">= 0.13"
25+
required_version = ">= 1.5.7"
2626

2727
required_providers {
2828
null = {

atlassian/cloud/atlassian/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This module installs [Sumo Logic Atlassian application](https://help.sumologic.c
66

77
## Requirements
88

9-
* [Terraform](https://www.terraform.io/downloads.html) >= 0.13.0
9+
* [Terraform](https://www.terraform.io/downloads.html) >= 1.5.7
1010
* Null >= 2.1
1111

1212
## Module Declaration

atlassian/cloud/atlassian/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = ">= 0.13.0"
2+
required_version = ">= 1.5.7"
33

44
required_providers {
55
null = {

atlassian/cloud/bitbucket/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This module installs [Sumo Logic Bitbucket application](https://help.sumologic.c
66

77
## Requirements
88

9-
* [Terraform](https://www.terraform.io/downloads.html) >= 0.13.0
9+
* [Terraform](https://www.terraform.io/downloads.html) >= 1.5.7
1010
* Null >= 2.1
1111
* Bitbucket >= 1.2
1212

atlassian/cloud/bitbucket/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = ">= 0.13.0"
2+
required_version = ">= 1.5.7"
33

44
required_providers {
55
null = {

atlassian/cloud/jira/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This module installs [Sumo Logic Jira Cloud application](https://help.sumologic.
66

77
## Requirements
88

9-
* [Terraform](https://www.terraform.io/downloads.html) >= 0.13.0
9+
* [Terraform](https://www.terraform.io/downloads.html) >= 1.5.7
1010
* Null >= 2.1
1111
* Jira >= 0.1.12
1212

atlassian/cloud/jira/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = ">= 0.13.0"
2+
required_version = ">= 1.5.7"
33

44
required_providers {
55
null = {

atlassian/server/jira/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This module installs [Sumo Logic Jira Server application](https://help.sumologic
66

77
## Requirements
88

9-
* [Terraform](https://www.terraform.io/downloads.html) >= 0.13.0
9+
* [Terraform](https://www.terraform.io/downloads.html) >= 1.5.7
1010
* Template >= 2.1
1111
* Null >= 2.1
1212

atlassian/server/jira/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = ">= 0.13.0"
2+
required_version = ">= 1.5.7"
33

44
required_providers {
55
null = {

atlassian/webhooks/sumologic_jira_cloud/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The [Sumo Logic to Jira Cloud Webhook](https://help.sumologic.com/Beta/Webhook_C
66

77
## Requirements
88

9-
* [Terraform](https://www.terraform.io/downloads.html) >= 0.13.0
9+
* [Terraform](https://www.terraform.io/downloads.html) >= 1.5.7
1010
* Template >= 2.1
1111
* Sumologic >= 2.1.0
1212

0 commit comments

Comments
 (0)