File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
solutions/tf-fullstack-da Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ This solution provisions the following resources:
3434
3535| Name | Source | Version |
3636| ------| --------| ---------|
37- | <a name =" module_cos_buckets " ></a > [ cos\_ buckets] ( #module\_ cos\_ buckets ) | terraform-ibm-modules/cos/ibm//modules/buckets | 10.2.17 |
38- | <a name =" module_cos_instance " ></a > [ cos\_ instance] ( #module\_ cos\_ instance ) | terraform-ibm-modules/cos/ibm | 10.2.17 |
37+ | <a name =" module_cos_buckets " ></a > [ cos\_ buckets] ( #module\_ cos\_ buckets ) | terraform-ibm-modules/cos/ibm//modules/buckets | 10.2.18 |
38+ | <a name =" module_cos_instance " ></a > [ cos\_ instance] ( #module\_ cos\_ instance ) | terraform-ibm-modules/cos/ibm | 10.2.18 |
3939| <a name =" module_resource_group " ></a > [ resource\_ group] ( #module\_ resource\_ group ) | terraform-ibm-modules/resource-group/ibm | 1.3.0 |
4040
4141### Resources
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ module "resource_group" {
1616# create global COS instance
1717module "cos_instance" {
1818 source = " terraform-ibm-modules/cos/ibm"
19- version = " 10.2.17 "
19+ version = " 10.2.18 "
2020 resource_group_id = module. resource_group . resource_group_id
2121 cos_instance_name = var. prefix != null ? " ${ var . prefix } -${ var . cos_instance_name } " : var. cos_instance_name
2222 create_cos_bucket = false
@@ -30,7 +30,7 @@ locals {
3030
3131module "cos_buckets" {
3232 source = " terraform-ibm-modules/cos/ibm//modules/buckets"
33- version = " 10.2.17 "
33+ version = " 10.2.18 "
3434 bucket_configs = [
3535 {
3636 bucket_name = local.cos_source_bucket_name
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ toolchain go1.25.1
66
77require (
88 github.com/stretchr/testify v1.11.1
9- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.5
9+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.6
1010)
1111
1212require (
Original file line number Diff line number Diff line change @@ -295,8 +295,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
295295github.com/stretchr/testify v1.8.2 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
296296github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
297297github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
298- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.5 h1:cFfi7TX7WY67sWdgIvOygAb5U1gwXMXNwhhjS61Ysxw =
299- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.5 /go.mod h1:YBrRYc+5y5Pr9CXmY35lOqTQdlIjA4x4+3iVObXGOCE =
298+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.6 h1:Tr7AlrQ+s1Nc9VOwB+It8sItnDOXhfXTxKqI2KtdyFA =
299+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.6 /go.mod h1:YBrRYc+5y5Pr9CXmY35lOqTQdlIjA4x4+3iVObXGOCE =
300300github.com/tidwall/pretty v1.0.0 /go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk =
301301github.com/tmccombs/hcl2json v0.6.4 h1:/FWnzS9JCuyZ4MNwrG4vMrFrzRgsWEOVi+1AyYUVLGw =
302302github.com/tmccombs/hcl2json v0.6.4 /go.mod h1:+ppKlIW3H5nsAsZddXPy2iMyvld3SHxyjswOZhavRDk =
You can’t perform that action at this time.
0 commit comments