Skip to content

Commit 3b2635b

Browse files
chore(deps): update terraform ibm to latest for deployable modules / architectures (#814)
1 parent 93065d8 commit 3b2635b

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

solutions/extension/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you do not have a PowerVS infrastructure that is the [full stack solution](ht
3939
| Name | Version |
4040
|------|---------|
4141
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3, < 1.7 |
42-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | =1.64.1 |
42+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.64.2 |
4343

4444
### Modules
4545

@@ -51,8 +51,8 @@ If you do not have a PowerVS infrastructure that is the [full stack solution](ht
5151

5252
| Name | Type |
5353
|------|------|
54-
| [ibm_schematics_output.schematics_output](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.64.1/docs/data-sources/schematics_output) | data source |
55-
| [ibm_schematics_workspace.schematics_workspace](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.64.1/docs/data-sources/schematics_workspace) | data source |
54+
| [ibm_schematics_output.schematics_output](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.64.2/docs/data-sources/schematics_output) | data source |
55+
| [ibm_schematics_workspace.schematics_workspace](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.64.2/docs/data-sources/schematics_workspace) | data source |
5656

5757
### Inputs
5858

solutions/extension/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ terraform {
77
required_providers {
88
ibm = {
99
source = "IBM-Cloud/ibm"
10-
version = "=1.64.1"
10+
version = "1.64.2"
1111
}
1212
}
1313
}

solutions/full-stack/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This example sets up the following infrastructure:
3535
| Name | Version |
3636
|------|---------|
3737
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3, < 1.7 |
38-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | =1.64.1 |
38+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.64.2 |
3939

4040
### Modules
4141

solutions/full-stack/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ terraform {
77
required_providers {
88
ibm = {
99
source = "IBM-Cloud/ibm"
10-
version = "=1.64.1"
10+
version = "1.64.2"
1111
}
1212
}
1313
}

solutions/import-workspace/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The pre-existing infrastructure must meet the following conditions to use the 'i
4343
| Name | Version |
4444
|------|---------|
4545
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3, < 1.7 |
46-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | =1.63.0 |
46+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.64.2 |
4747

4848
### Modules
4949

@@ -58,9 +58,9 @@ The pre-existing infrastructure must meet the following conditions to use the 'i
5858

5959
| Name | Type |
6060
|------|------|
61-
| [ibm_is_network_acl.management_acls_ds](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.63.0/docs/data-sources/is_network_acl) | data source |
62-
| [ibm_is_subnet.management_subnets_ds](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.63.0/docs/data-sources/is_subnet) | data source |
63-
| [ibm_tg_gateway.tgw_ds](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.63.0/docs/data-sources/tg_gateway) | data source |
61+
| [ibm_is_network_acl.management_acls_ds](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.64.2/docs/data-sources/is_network_acl) | data source |
62+
| [ibm_is_subnet.management_subnets_ds](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.64.2/docs/data-sources/is_subnet) | data source |
63+
| [ibm_tg_gateway.tgw_ds](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.64.2/docs/data-sources/tg_gateway) | data source |
6464

6565
### Inputs
6666

solutions/import-workspace/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ terraform {
77
required_providers {
88
ibm = {
99
source = "IBM-Cloud/ibm"
10-
version = "=1.63.0"
10+
version = "1.64.2"
1111
}
1212
}
1313
}

solutions/quickstart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This example sets up the following infrastructure:
3535
| Name | Version |
3636
|------|---------|
3737
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3, < 1.7 |
38-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | =1.64.1 |
38+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.64.2 |
3939

4040
### Modules
4141

solutions/quickstart/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ terraform {
77
required_providers {
88
ibm = {
99
source = "IBM-Cloud/ibm"
10-
version = "=1.64.1"
10+
version = "1.64.2"
1111
}
1212
}
1313
}

0 commit comments

Comments
 (0)