Skip to content

Commit

Permalink
fix(deps): update terraform ibm to latest for deployable architectures (
Browse files Browse the repository at this point in the history
  • Loading branch information
terraform-ibm-modules-ops authored Jan 11, 2025
1 parent 79107ed commit 5cae03a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion solutions/mock-da-quickstart/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
ibm = {
source = "IBM-Cloud/ibm"
version = ">= 1.73.0"
version = ">= 1.74.0"
}
}
}
6 changes: 3 additions & 3 deletions solutions/mock-da/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ An basic example showing how to consume the module.
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0.0 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.73.0 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.74.0 |

### Modules

Expand All @@ -20,8 +20,8 @@ An basic example showing how to consume the module.

| Name | Type |
|------|------|
| [ibm_resource_group.resource_group](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.73.0/docs/resources/resource_group) | resource |
| [ibm_resource_group.existing_resource_group](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.73.0/docs/data-sources/resource_group) | data source |
| [ibm_resource_group.resource_group](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.74.0/docs/resources/resource_group) | resource |
| [ibm_resource_group.existing_resource_group](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.74.0/docs/data-sources/resource_group) | data source |

### Inputs

Expand Down
2 changes: 1 addition & 1 deletion solutions/mock-da/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
ibm = {
source = "IBM-Cloud/ibm"
version = "1.73.0"
version = "1.74.0"
}
}
}

0 comments on commit 5cae03a

Please sign in to comment.