File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ This solution configures the following infrastructure to host a static website:
40
40
| Name | Version |
41
41
|------|---------|
42
42
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0 |
43
- | <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.78.3 |
43
+ | <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.78.4 |
44
44
45
45
### Modules
46
46
@@ -50,9 +50,9 @@ No modules.
50
50
51
51
| Name | Type |
52
52
|------|------|
53
- | [ibm_cos_bucket_website_configuration.website](https://registry.terraform.io/providers/ibm-cloud/ibm/1.78.3 /docs/resources/cos_bucket_website_configuration) | resource |
54
- | [ibm_iam_access_group_policy.policy](https://registry.terraform.io/providers/ibm-cloud/ibm/1.78.3 /docs/resources/iam_access_group_policy) | resource |
55
- | [ibm_iam_access_group.public_access_group](https://registry.terraform.io/providers/ibm-cloud/ibm/1.78.3 /docs/data-sources/iam_access_group) | data source |
53
+ | [ibm_cos_bucket_website_configuration.website](https://registry.terraform.io/providers/ibm-cloud/ibm/1.78.4 /docs/resources/cos_bucket_website_configuration) | resource |
54
+ | [ibm_iam_access_group_policy.policy](https://registry.terraform.io/providers/ibm-cloud/ibm/1.78.4 /docs/resources/iam_access_group_policy) | resource |
55
+ | [ibm_iam_access_group.public_access_group](https://registry.terraform.io/providers/ibm-cloud/ibm/1.78.4 /docs/data-sources/iam_access_group) | data source |
56
56
57
57
### Inputs
58
58
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
# Lock deployable architecture into an exact provider version - renovate automation will keep it updated
5
5
ibm = {
6
6
source = " ibm-cloud/ibm"
7
- version = " 1.78.3 "
7
+ version = " 1.78.4 "
8
8
}
9
9
}
10
10
}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ This solution provisions the following resources:
28
28
| Name | Version |
29
29
| ------| ---------|
30
30
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3.0 |
31
- | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | 1.78.3 |
31
+ | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | 1.78.4 |
32
32
33
33
### Modules
34
34
@@ -42,9 +42,9 @@ This solution provisions the following resources:
42
42
43
43
| Name | Type |
44
44
| ------| ------|
45
- | [ ibm_cos_bucket_replication_rule.cos_replication_rule] ( https://registry.terraform.io/providers/ibm-cloud/ibm/1.78.3 /docs/resources/cos_bucket_replication_rule ) | resource |
46
- | [ ibm_iam_authorization_policy.policy] ( https://registry.terraform.io/providers/ibm-cloud/ibm/1.78.3 /docs/resources/iam_authorization_policy ) | resource |
47
- | [ 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 |
45
+ | [ ibm_cos_bucket_replication_rule.cos_replication_rule] ( https://registry.terraform.io/providers/ibm-cloud/ibm/1.78.4 /docs/resources/cos_bucket_replication_rule ) | resource |
46
+ | [ ibm_iam_authorization_policy.policy] ( https://registry.terraform.io/providers/ibm-cloud/ibm/1.78.4 /docs/resources/iam_authorization_policy ) | resource |
47
+ | [ ibm_iam_account_settings.iam_account_settings] ( https://registry.terraform.io/providers/ibm-cloud/ibm/1.78.4 /docs/data-sources/iam_account_settings ) | data source |
48
48
49
49
### Inputs
50
50
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
# Lock deployable architecture into an exact provider version - renovate automation will keep it updated
5
5
ibm = {
6
6
source = " ibm-cloud/ibm"
7
- version = " 1.78.3 "
7
+ version = " 1.78.4 "
8
8
}
9
9
}
10
10
}
You can’t perform that action at this time.
0 commit comments