File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Expand file tree Collapse file tree 5 files changed +14
-14
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,23 +28,23 @@ 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
35
35
| Name | Source | Version |
36
36
| ------| --------| ---------|
37
- | <a name =" module_cos_buckets " ></a > [ cos\_ buckets] ( #module\_ cos\_ buckets ) | terraform-ibm-modules/cos/ibm//modules/buckets | 9.0.4 |
38
- | <a name =" module_cos_instance " ></a > [ cos\_ instance] ( #module\_ cos\_ instance ) | terraform-ibm-modules/cos/ibm | 9.0.4 |
37
+ | <a name =" module_cos_buckets " ></a > [ cos\_ buckets] ( #module\_ cos\_ buckets ) | terraform-ibm-modules/cos/ibm//modules/buckets | 9.0.5 |
38
+ | <a name =" module_cos_instance " ></a > [ cos\_ instance] ( #module\_ cos\_ instance ) | terraform-ibm-modules/cos/ibm | 9.0.5 |
39
39
| <a name =" module_resource_group " ></a > [ resource\_ group] ( #module\_ resource\_ group ) | terraform-ibm-modules/resource-group/ibm | 1.2.0 |
40
40
41
41
### 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 @@ -16,7 +16,7 @@ module "resource_group" {
16
16
# create global COS instance
17
17
module "cos_instance" {
18
18
source = " terraform-ibm-modules/cos/ibm"
19
- version = " 9.0.4 "
19
+ version = " 9.0.5 "
20
20
resource_group_id = module. resource_group . resource_group_id
21
21
cos_instance_name = var. prefix != null ? " ${ var . prefix } -${ var . cos_instance_name } " : var. cos_instance_name
22
22
create_cos_bucket = false
@@ -30,7 +30,7 @@ locals {
30
30
31
31
module "cos_buckets" {
32
32
source = " terraform-ibm-modules/cos/ibm//modules/buckets"
33
- version = " 9.0.4 "
33
+ version = " 9.0.5 "
34
34
bucket_configs = [
35
35
{
36
36
bucket_name = local.cos_source_bucket_name
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