Skip to content

Commit 2809b46

Browse files
terraform-ibm-modules-opsShikha Maheshwari
and
Shikha Maheshwari
authored
chore(deps): update ci dependencies (#542)
* chore(deps): update ci dependencies * update provider version * SKIP UPGRADE TEST --------- Co-authored-by: Shikha Maheshwari <[email protected]>
1 parent d79d02f commit 2809b46

File tree

18 files changed

+25
-25
lines changed

18 files changed

+25
-25
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ You need the following permissions to run this module.
118118
| Name | Version |
119119
|------|---------|
120120
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.9.0 |
121-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.70.0, < 2.0.0 |
121+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.76.2, < 2.0.0 |
122122

123123
### Modules
124124

examples/complete/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ An end-to-end example that provisions the following infrastructure:
66
- Adds a domain to the CIS instance.
77
- Adds DNS records to the CIS instance.
88
- Adds a global load balancer including the origin pools and health checks to the CIS instance.
9-
- Enables web application firewall(WAF) to the CIS instance.
9+
- Enables web application firewall (WAF) to the CIS instance.
1010

1111

1212
For information about accessing an application through CIS, see [Configuring access to an application deployed on Red Hat OpenShift through CIS](https://github.com/terraform-ibm-modules/terraform-ibm-cis/tree/main/docs/access-ocp-api-through-cis.md).

examples/complete/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
ibm = {
66
source = "IBM-Cloud/ibm"
7-
version = "1.70.0"
7+
version = "1.76.2"
88
}
99
time = {
1010
source = "hashicorp/time"

examples/fscloud/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
ibm = {
66
source = "IBM-Cloud/ibm"
7-
version = "1.70.0"
7+
version = "1.76.2"
88
}
99
}
1010
}

modules/dns/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module "cis_dns_records" {
3030
| Name | Version |
3131
|------|---------|
3232
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.9.0 |
33-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.70.0, < 2.0.0 |
33+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.76.2, < 2.0.0 |
3434
| <a name="requirement_local"></a> [local](#requirement\_local) | >= 2.4.0 |
3535

3636
### Modules

modules/dns/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
required_providers {
66
ibm = {
77
source = "IBM-Cloud/ibm"
8-
version = ">= 1.70.0, < 2.0.0"
8+
version = ">= 1.76.2, < 2.0.0"
99
}
1010
local = {
1111
source = "hashicorp/local"

modules/domain/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module "cis_domain" {
2323
| Name | Version |
2424
|------|---------|
2525
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.9.0 |
26-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.70.0, < 2.0.0 |
26+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.76.2, < 2.0.0 |
2727

2828
### Modules
2929

modules/domain/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
required_providers {
66
ibm = {
77
source = "IBM-Cloud/ibm"
8-
version = ">= 1.70.0, < 2.0.0"
8+
version = ">= 1.76.2, < 2.0.0"
99
}
1010
}
1111
}

modules/fscloud/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ For more information, read [here](https://github.com/terraform-ibm-modules/terra
1414
| Name | Version |
1515
|------|---------|
1616
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.9.0 |
17-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.70.0, < 2.0.0 |
17+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.76.2, < 2.0.0 |
1818
| <a name="requirement_time"></a> [time](#requirement\_time) | 0.10.0 |
1919

2020
### Modules

modules/fscloud/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
# tflint-ignore: terraform_unused_required_providers
66
ibm = {
77
source = "IBM-Cloud/ibm"
8-
version = ">= 1.70.0, < 2.0.0"
8+
version = ">= 1.76.2, < 2.0.0"
99
}
1010
time = {
1111
source = "hashicorp/time"

modules/glb/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ module "cis_glb" {
5050
| Name | Version |
5151
|------|---------|
5252
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.9.0 |
53-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.70.0 |
53+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.76.2 |
5454

5555
### Modules
5656

modules/glb/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
required_providers {
66
ibm = {
77
source = "IBM-Cloud/ibm"
8-
version = ">= 1.70.0"
8+
version = ">= 1.76.2"
99
}
1010
}
1111
}

modules/waf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module "cis_waf"{
2323
| Name | Version |
2424
|------|---------|
2525
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.9.0 |
26-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.70.0, < 2.0.0 |
26+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.76.2, < 2.0.0 |
2727

2828
### Modules
2929

modules/waf/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
required_providers {
66
ibm = {
77
source = "IBM-Cloud/ibm"
8-
version = ">= 1.70.0, < 2.0.0"
8+
version = ">= 1.76.2, < 2.0.0"
99
}
1010
}
1111
}

tests/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.24.1
66

77
require (
88
github.com/stretchr/testify v1.10.0
9-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.46.6
9+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.47.1
1010
)
1111

1212
require (
@@ -15,7 +15,7 @@ require (
1515
github.com/IBM-Cloud/power-go-client v1.11.0 // indirect
1616
github.com/IBM/cloud-databases-go-sdk v0.7.1 // indirect
1717
github.com/IBM/go-sdk-core/v5 v5.19.0 // indirect
18-
github.com/IBM/platform-services-go-sdk v0.78.2 // indirect
18+
github.com/IBM/platform-services-go-sdk v0.79.0 // indirect
1919
github.com/IBM/project-go-sdk v0.3.6 // indirect
2020
github.com/IBM/schematics-go-sdk v0.4.0 // indirect
2121
github.com/IBM/vpc-go-sdk v1.0.2 // indirect
@@ -37,7 +37,7 @@ require (
3737
github.com/go-logr/logr v1.4.2 // indirect
3838
github.com/go-logr/stdr v1.2.2 // indirect
3939
github.com/go-openapi/analysis v0.21.5 // indirect
40-
github.com/go-openapi/errors v0.22.0 // indirect
40+
github.com/go-openapi/errors v0.22.1 // indirect
4141
github.com/go-openapi/jsonpointer v0.20.1 // indirect
4242
github.com/go-openapi/jsonreference v0.20.3 // indirect
4343
github.com/go-openapi/loads v0.21.3 // indirect

tests/go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ github.com/IBM/cloud-databases-go-sdk v0.7.1/go.mod h1:JYucI1PdwqbAd8XGdDAchxzxR
99
github.com/IBM/go-sdk-core/v5 v5.9.2/go.mod h1:YlOwV9LeuclmT/qi/LAK2AsobbAP42veV0j68/rlZsE=
1010
github.com/IBM/go-sdk-core/v5 v5.19.0 h1:YN2S5JUvq/EwYulmcNFwgyYBxZhVWl9nkY22H7Hpghw=
1111
github.com/IBM/go-sdk-core/v5 v5.19.0/go.mod h1:deZO1J5TSlU69bCnl/YV7nPxFZA2UEaup7cq/7ZTOgw=
12-
github.com/IBM/platform-services-go-sdk v0.78.2 h1:iOsPSXGMLYwjfJxYqyoaGXGqOPYHq2WuhAYIU7CsXbc=
13-
github.com/IBM/platform-services-go-sdk v0.78.2/go.mod h1:FzCPOfbNAt0s9RwtIrbJbfDwA7mKIObtZ/18KnviKr0=
12+
github.com/IBM/platform-services-go-sdk v0.79.0 h1:qCNheB3390holPcpDxdgNyi11JS6ZfsL39YgnJEOsTo=
13+
github.com/IBM/platform-services-go-sdk v0.79.0/go.mod h1:FzCPOfbNAt0s9RwtIrbJbfDwA7mKIObtZ/18KnviKr0=
1414
github.com/IBM/project-go-sdk v0.3.6 h1:DRiANKnAePevFsIKSvR89SUaMa2xsd7YKK71Ka1eqKI=
1515
github.com/IBM/project-go-sdk v0.3.6/go.mod h1:FOJM9ihQV3EEAY6YigcWiTNfVCThtdY8bLC/nhQHFvo=
1616
github.com/IBM/schematics-go-sdk v0.4.0 h1:x01f/tPquYJYLQzJLGuxWfCbV/EdSMXRikOceNy/JLM=
@@ -84,8 +84,8 @@ github.com/go-openapi/analysis v0.21.5 h1:3tHfEBh6Ia8eKc4M7khOGjPOAlWKJ10d877Cr9
8484
github.com/go-openapi/analysis v0.21.5/go.mod h1:25YcZosX9Lwz2wBsrFrrsL8bmjjXdlyP6zsr2AMy29M=
8585
github.com/go-openapi/errors v0.19.8/go.mod h1:cM//ZKUKyO06HSwqAelJ5NsEMMcpa6VpXe8DOa1Mi1M=
8686
github.com/go-openapi/errors v0.20.3/go.mod h1:Z3FlZ4I8jEGxjUK+bugx3on2mIAk4txuAOhlsB1FSgk=
87-
github.com/go-openapi/errors v0.22.0 h1:c4xY/OLxUBSTiepAg3j/MHuAv5mJhnf53LLMWFB+u/w=
88-
github.com/go-openapi/errors v0.22.0/go.mod h1:J3DmZScxCDufmIMsdOuDHxJbdOGC0xtUynjIx092vXE=
87+
github.com/go-openapi/errors v0.22.1 h1:kslMRRnK7NCb/CvR1q1VWuEQCEIsBGn5GgKD9e+HYhU=
88+
github.com/go-openapi/errors v0.22.1/go.mod h1:+n/5UdIqdVnLIJ6Q9Se8HNGUXYaY6CN8ImWzfi/Gzp0=
8989
github.com/go-openapi/jsonpointer v0.20.1 h1:MkK4VEIEZMj4wT9PmjaUmGflVBr9nvud4Q4UVFbDoBE=
9090
github.com/go-openapi/jsonpointer v0.20.1/go.mod h1:bHen+N0u1KEO3YlmqOjTT9Adn1RfD91Ar825/PuiRVs=
9191
github.com/go-openapi/jsonreference v0.20.3 h1:EjGcjTW8pD1mRis6+w/gmoBdqv5+RbE9B85D1NgDOVQ=
@@ -295,8 +295,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
295295
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
296296
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
297297
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
298-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.46.6 h1:GQR+O4fWAfCBJpUS6j5NtYCKX8xYUbSfX2ZHjvMA60s=
299-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.46.6/go.mod h1:/sx8pAvkMdCng32CHwsQULs9VplmtVvIwqHNc6EDey4=
298+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.47.1 h1:tNFE95ARyd8tTjP0zSmIJIFKBf7Kdl8Cuwp5NZ1xqUo=
299+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.47.1/go.mod h1:be/us5lpuIvNmni1CXR0nJcAiFJkvluQDM0iFe960s8=
300300
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
301301
github.com/tmccombs/hcl2json v0.6.4 h1:/FWnzS9JCuyZ4MNwrG4vMrFrzRgsWEOVi+1AyYUVLGw=
302302
github.com/tmccombs/hcl2json v0.6.4/go.mod h1:+ppKlIW3H5nsAsZddXPy2iMyvld3SHxyjswOZhavRDk=

version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
required_providers {
66
ibm = {
77
source = "IBM-Cloud/ibm"
8-
version = ">= 1.70.0, < 2.0.0"
8+
version = ">= 1.76.2, < 2.0.0"
99
}
1010
}
1111
}

0 commit comments

Comments
 (0)