diff --git a/README.md b/README.md index 28b371b..c82bebf 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ statement instead the previous block. |------|---------| | [terraform](#requirement\_terraform) | >= 1.9.0 | | [ibm](#requirement\_ibm) | >= 1.79.2, <2.0.0 | -| [restapi](#requirement\_restapi) | >=1.20.0, <2.0.0 | +| [restapi](#requirement\_restapi) | >=2.0.1, <3.0.0 | ### Modules diff --git a/examples/advanced/version.tf b/examples/advanced/version.tf index d0d001c..7327b47 100644 --- a/examples/advanced/version.tf +++ b/examples/advanced/version.tf @@ -8,7 +8,7 @@ terraform { } restapi = { source = "Mastercard/restapi" - version = ">=1.20.0, <2.0.0" + version = ">=2.0.1, <3.0.0" } } } diff --git a/examples/basic/version.tf b/examples/basic/version.tf index 6a39060..5fbf6d9 100644 --- a/examples/basic/version.tf +++ b/examples/basic/version.tf @@ -8,7 +8,7 @@ terraform { } restapi = { source = "Mastercard/restapi" - version = "1.20.0" + version = "2.0.1" } } } diff --git a/examples/enterprise/version.tf b/examples/enterprise/version.tf index e5a948d..7720173 100644 --- a/examples/enterprise/version.tf +++ b/examples/enterprise/version.tf @@ -7,7 +7,7 @@ terraform { } restapi = { source = "Mastercard/restapi" - version = ">=1.20.0, <2.0.0" + version = ">=2.0.1, <3.0.0" } } } diff --git a/solutions/fully-configurable/README.md b/solutions/fully-configurable/README.md index ceb5708..c20203f 100644 --- a/solutions/fully-configurable/README.md +++ b/solutions/fully-configurable/README.md @@ -20,7 +20,7 @@ There is currently a [known issue](https://github.com/terraform-ibm-modules/terr |------|---------| | [terraform](#requirement\_terraform) | >= 1.9.0 | | [ibm](#requirement\_ibm) | 1.79.2 | -| [restapi](#requirement\_restapi) | 1.20.0 | +| [restapi](#requirement\_restapi) | 2.0.1 | ### Modules diff --git a/solutions/fully-configurable/version.tf b/solutions/fully-configurable/version.tf index 0efccc2..0253496 100644 --- a/solutions/fully-configurable/version.tf +++ b/solutions/fully-configurable/version.tf @@ -8,7 +8,7 @@ terraform { } restapi = { source = "Mastercard/restapi" - version = "1.20.0" + version = "2.0.1" } } } diff --git a/version.tf b/version.tf index 4ab675f..93676b6 100644 --- a/version.tf +++ b/version.tf @@ -8,7 +8,7 @@ terraform { } restapi = { source = "Mastercard/restapi" - version = ">=1.20.0, <2.0.0" + version = ">=2.0.1, <3.0.0" } } }