Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit 8a041fd

Browse files
fix(deps): update terraform ibm to latest for the deployable architecture solution (#101)
1 parent 366ed93 commit 8a041fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

solutions/instances/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This solution supports the following:
1616
| Name | Version |
1717
|------|---------|
1818
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0, <1.7.0 |
19-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.65.1 |
19+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.66.0 |
2020

2121
### Modules
2222

@@ -33,7 +33,7 @@ This solution supports the following:
3333

3434
| Name | Type |
3535
|------|------|
36-
| [ibm_iam_account_settings.iam_account_settings](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.65.1/docs/data-sources/iam_account_settings) | data source |
36+
| [ibm_iam_account_settings.iam_account_settings](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.66.0/docs/data-sources/iam_account_settings) | data source |
3737

3838
### Inputs
3939

solutions/instances/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
ibm = {
66
source = "IBM-Cloud/ibm"
7-
version = "1.65.1"
7+
version = "1.66.0"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)