Skip to content

Commit ca8ac55

Browse files
fix(deps): update required_provider (#242)
* fix(deps): update required_provider * docs: committing files modified by the hook Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
1 parent 97e4971 commit ca8ac55

File tree

14 files changed

+20
-20
lines changed

14 files changed

+20
-20
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -889,8 +889,8 @@ statement instead the previous block.
889889
| Name | Version |
890890
|------|---------|
891891
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0.0 |
892-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.48.0 |
893-
| <a name="requirement_random"></a> [random](#requirement\_random) | >= 3.4.2 |
892+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.49.0 |
893+
| <a name="requirement_random"></a> [random](#requirement\_random) | >= 3.4.3 |
894894

895895
## Modules
896896

examples/basic/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
# Pin to the lowest provider version of the range defined in the main module's version.tf to ensure lowest version still works
66
ibm = {
77
source = "IBM-Cloud/ibm"
8-
version = "1.48.0"
8+
version = "1.49.0"
99
}
1010
}
1111
}

examples/no-compute-example/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
# Pin to the lowest provider version of the range defined in the main module's version.tf to ensure lowest version still works
66
ibm = {
77
source = "IBM-Cloud/ibm"
8-
version = "1.48.0"
8+
version = "1.49.0"
99
}
1010
}
1111
}

examples/one-vpc-one-vsi/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
# Pin to the lowest provider version of the range defined in the main module's version.tf to ensure lowest version still works
66
ibm = {
77
source = "IBM-Cloud/ibm"
8-
version = "1.48.0"
8+
version = "1.49.0"
99
}
1010
}
1111
}

examples/override-example/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
# Pin to the lowest provider version of the range defined in the main module's version.tf to ensure lowest version still works
66
ibm = {
77
source = "IBM-Cloud/ibm"
8-
version = "1.48.0"
8+
version = "1.49.0"
99
}
1010
}
1111
}

examples/quickstart/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
# Pin to the lowest provider version of the range defined in the main module's version.tf to ensure lowest version still works
66
ibm = {
77
source = "IBM-Cloud/ibm"
8-
version = "1.48.0"
8+
version = "1.49.0"
99
}
1010
}
1111
}

kms/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ terraform {
77
ibm = {
88
source = "IBM-Cloud/ibm"
99
# Atracker needs to have the v2 API
10-
version = ">= 1.44.3"
10+
version = ">= 1.49.0"
1111
}
1212
}
1313
required_version = ">=1.0"

module-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -732,13 +732,13 @@
732732
"ibm": {
733733
"source": "IBM-Cloud/ibm",
734734
"version_constraints": [
735-
"\u003e= 1.48.0"
735+
"\u003e= 1.49.0"
736736
]
737737
},
738738
"random": {
739739
"source": "hashicorp/random",
740740
"version_constraints": [
741-
"\u003e= 3.4.2"
741+
"\u003e= 3.4.3"
742742
]
743743
}
744744
},

patterns/mixed/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ terraform {
77
ibm = {
88
source = "IBM-Cloud/ibm"
99
# Atracker needs to have the v2 API
10-
version = "1.48.0"
10+
version = "1.49.0"
1111
}
1212
external = {
1313
source = "hashicorp/external"
14-
version = ">= 2.2.2"
14+
version = ">= 2.2.3"
1515
}
1616
}
1717
required_version = ">=1.0"

patterns/roks/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ terraform {
77
ibm = {
88
source = "IBM-Cloud/ibm"
99
# Atracker needs to have the v2 API
10-
version = "1.48.0"
10+
version = "1.49.0"
1111
}
1212
external = {
1313
source = "hashicorp/external"
14-
version = ">= 2.2.2"
14+
version = ">= 2.2.3"
1515
}
1616
}
1717
required_version = ">=1.0"

0 commit comments

Comments
 (0)