diff --git a/README.md b/README.md index 9172b847..58f47094 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ You need the following permissions to run this module. | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= v1.9.0 | -| [ibm](#requirement\_ibm) | >= 1.76.0, <2.0.0 | +| [ibm](#requirement\_ibm) | >= 1.79.0, <2.0.0 | | [time](#requirement\_time) | >= 0.9.1, < 1.0.0 | ### Modules diff --git a/examples/basic/version.tf b/examples/basic/version.tf index bf6a8999..89db786b 100644 --- a/examples/basic/version.tf +++ b/examples/basic/version.tf @@ -6,7 +6,7 @@ terraform { required_providers { ibm = { source = "IBM-Cloud/ibm" - version = "1.76.0" + version = "1.79.0" } } } diff --git a/examples/complete/README.md b/examples/complete/README.md index 1eb40b1d..a2e23b2f 100644 --- a/examples/complete/README.md +++ b/examples/complete/README.md @@ -8,7 +8,7 @@ This examples handles the provisioning of a new Secrets Manager instance. | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= v1.9.0 | -| [ibm](#requirement\_ibm) | >=1.76.0 | +| [ibm](#requirement\_ibm) | >=1.79.0 | | [time](#requirement\_time) | 0.12.1 | ### Modules diff --git a/examples/complete/version.tf b/examples/complete/version.tf index 4aac0b35..b5dd453f 100644 --- a/examples/complete/version.tf +++ b/examples/complete/version.tf @@ -3,7 +3,7 @@ terraform { required_providers { ibm = { source = "IBM-Cloud/ibm" - version = ">=1.76.0" + version = ">=1.79.0" } time = { source = "hashicorp/time" diff --git a/examples/fscloud/version.tf b/examples/fscloud/version.tf index e6c04b07..2765cfee 100644 --- a/examples/fscloud/version.tf +++ b/examples/fscloud/version.tf @@ -4,7 +4,7 @@ terraform { # Use latest version of provider in non-basic examples to verify latest version works with module ibm = { source = "IBM-Cloud/ibm" - version = ">=1.76.0, <2.0.0" + version = ">=1.79.0, <2.0.0" } } } diff --git a/modules/fscloud/README.md b/modules/fscloud/README.md index 52028253..6f2ed221 100644 --- a/modules/fscloud/README.md +++ b/modules/fscloud/README.md @@ -31,7 +31,7 @@ module "secrets_manager" { | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.9.0 | -| [ibm](#requirement\_ibm) | >=1.62.0, <2.0.0 | +| [ibm](#requirement\_ibm) | >=1.79.0, <2.0.0 | ### Modules diff --git a/modules/fscloud/version.tf b/modules/fscloud/version.tf index 08387bee..3318cef7 100644 --- a/modules/fscloud/version.tf +++ b/modules/fscloud/version.tf @@ -8,7 +8,7 @@ terraform { ibm = { source = "IBM-Cloud/ibm" # Use "greater than or equal to" range in modules - version = ">=1.62.0, <2.0.0" + version = ">=1.79.0, <2.0.0" } } } diff --git a/modules/secrets/README.md b/modules/secrets/README.md index c6d1e082..5ac37151 100644 --- a/modules/secrets/README.md +++ b/modules/secrets/README.md @@ -44,7 +44,7 @@ module "secrets_manager" { | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.9.0 | -| [ibm](#requirement\_ibm) | >=1.62.0, <2.0.0 | +| [ibm](#requirement\_ibm) | >=1.79.0, <2.0.0 | ### Modules diff --git a/modules/secrets/version.tf b/modules/secrets/version.tf index 08387bee..3318cef7 100644 --- a/modules/secrets/version.tf +++ b/modules/secrets/version.tf @@ -8,7 +8,7 @@ terraform { ibm = { source = "IBM-Cloud/ibm" # Use "greater than or equal to" range in modules - version = ">=1.62.0, <2.0.0" + version = ">=1.79.0, <2.0.0" } } } diff --git a/solutions/fully-configurable/README.md b/solutions/fully-configurable/README.md index 85c4c947..75ea6b9e 100644 --- a/solutions/fully-configurable/README.md +++ b/solutions/fully-configurable/README.md @@ -17,7 +17,7 @@ This solution supports the following: | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.9.0 | -| [ibm](#requirement\_ibm) | 1.78.3 | +| [ibm](#requirement\_ibm) | 1.79.1 | | [time](#requirement\_time) | 0.13.1 | ### Modules @@ -34,16 +34,16 @@ This solution supports the following: | Name | Type | |------|------| -| [ibm_en_subscription_email.email_subscription](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.78.3/docs/resources/en_subscription_email) | resource | -| [ibm_en_topic.en_topic](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.78.3/docs/resources/en_topic) | resource | -| [ibm_iam_authorization_policy.kms_policy](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.78.3/docs/resources/iam_authorization_policy) | resource | -| [ibm_iam_authorization_policy.secrets_manager_hpcs_policy](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.78.3/docs/resources/iam_authorization_policy) | resource | +| [ibm_en_subscription_email.email_subscription](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.79.1/docs/resources/en_subscription_email) | resource | +| [ibm_en_topic.en_topic](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.79.1/docs/resources/en_topic) | resource | +| [ibm_iam_authorization_policy.kms_policy](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.79.1/docs/resources/iam_authorization_policy) | resource | +| [ibm_iam_authorization_policy.secrets_manager_hpcs_policy](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.79.1/docs/resources/iam_authorization_policy) | resource | | [time_sleep.wait_for_authorization_policy](https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/sleep) | resource | | [time_sleep.wait_for_secrets_manager](https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/sleep) | resource | | [time_sleep.wait_for_sm_hpcs_authorization_policy](https://registry.terraform.io/providers/hashicorp/time/0.13.1/docs/resources/sleep) | resource | -| [ibm_en_destinations.en_destinations](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.78.3/docs/data-sources/en_destinations) | data source | -| [ibm_iam_account_settings.iam_account_settings](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.78.3/docs/data-sources/iam_account_settings) | data source | -| [ibm_resource_instance.existing_sm](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.78.3/docs/data-sources/resource_instance) | data source | +| [ibm_en_destinations.en_destinations](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.79.1/docs/data-sources/en_destinations) | data source | +| [ibm_iam_account_settings.iam_account_settings](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.79.1/docs/data-sources/iam_account_settings) | data source | +| [ibm_resource_instance.existing_sm](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.79.1/docs/data-sources/resource_instance) | data source | ### Inputs diff --git a/solutions/fully-configurable/version.tf b/solutions/fully-configurable/version.tf index f127b83a..1945ff53 100644 --- a/solutions/fully-configurable/version.tf +++ b/solutions/fully-configurable/version.tf @@ -4,7 +4,7 @@ terraform { required_providers { ibm = { source = "IBM-Cloud/ibm" - version = "1.78.3" + version = "1.79.1" } time = { source = "hashicorp/time" diff --git a/tests/existing-resources/version.tf b/tests/existing-resources/version.tf index 6323b3e9..8abdbce5 100644 --- a/tests/existing-resources/version.tf +++ b/tests/existing-resources/version.tf @@ -3,7 +3,7 @@ terraform { required_providers { ibm = { source = "ibm-cloud/ibm" - version = ">= 1.76.0" + version = ">= 1.79.0" } } } diff --git a/tests/new-resources/version.tf b/tests/new-resources/version.tf index 6323b3e9..8abdbce5 100644 --- a/tests/new-resources/version.tf +++ b/tests/new-resources/version.tf @@ -3,7 +3,7 @@ terraform { required_providers { ibm = { source = "ibm-cloud/ibm" - version = ">= 1.76.0" + version = ">= 1.79.0" } } } diff --git a/tests/new-rg/version.tf b/tests/new-rg/version.tf index 86e76412..cb783436 100644 --- a/tests/new-rg/version.tf +++ b/tests/new-rg/version.tf @@ -3,7 +3,7 @@ terraform { required_providers { ibm = { source = "ibm-cloud/ibm" - version = ">= 1.76.1" + version = ">= 1.79.0" } } } diff --git a/version.tf b/version.tf index 916ac3bd..f69b7b5a 100644 --- a/version.tf +++ b/version.tf @@ -4,7 +4,7 @@ terraform { # Use "greater than or equal to" range in modules ibm = { source = "IBM-Cloud/ibm" - version = ">= 1.76.0, <2.0.0" + version = ">= 1.79.0, <2.0.0" } time = { source = "hashicorp/time"