File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ You need the following permissions to run this module.
6464| Name | Version |
6565| ------| ---------|
6666| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.9.0 |
67- | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | >= 1.69 .0, < 2.0.0 |
67+ | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | >= 1.79 .0, < 2.0.0 |
6868
6969### Modules
7070
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ terraform {
55 # module's version.tf (basic example), and 1 example that will always use the latest provider version (complete example).
66 ibm = {
77 source = " IBM-Cloud/ibm"
8- version = " 1.69 .0"
8+ version = " 1.79 .0"
99 }
1010 }
1111}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ terraform {
55 # module's version.tf (basic example), and 1 example that will always use the latest provider version (complete example).
66 ibm = {
77 source = " IBM-Cloud/ibm"
8- version = " >= 1.69 .0"
8+ version = " >= 1.79 .0"
99 }
1010 }
1111}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
44 ibm = {
55 source = " IBM-Cloud/ibm"
66 # Use "greater than or equal to" range in modules
7- version = " >= 1.69 .0, < 2.0.0"
7+ version = " >= 1.79 .0, < 2.0.0"
88 }
99 }
1010}
You can’t perform that action at this time.
0 commit comments