diff --git a/solutions/tf-fullstack-da/README.md b/solutions/tf-fullstack-da/README.md
index 6b239c2..a19a1a8 100644
--- a/solutions/tf-fullstack-da/README.md
+++ b/solutions/tf-fullstack-da/README.md
@@ -34,8 +34,8 @@ This solution provisions the following resources:
| Name | Source | Version |
|------|--------|---------|
-| [cos\_buckets](#module\_cos\_buckets) | terraform-ibm-modules/cos/ibm//modules/buckets | 10.16.6 |
-| [cos\_instance](#module\_cos\_instance) | terraform-ibm-modules/cos/ibm | 10.16.6 |
+| [cos\_buckets](#module\_cos\_buckets) | terraform-ibm-modules/cos/ibm//modules/buckets | 10.16.7 |
+| [cos\_instance](#module\_cos\_instance) | terraform-ibm-modules/cos/ibm | 10.16.7 |
| [resource\_group](#module\_resource\_group) | terraform-ibm-modules/resource-group/ibm | 1.6.1 |
### Resources
diff --git a/solutions/tf-fullstack-da/main.tf b/solutions/tf-fullstack-da/main.tf
index db98055..dc88147 100644
--- a/solutions/tf-fullstack-da/main.tf
+++ b/solutions/tf-fullstack-da/main.tf
@@ -16,7 +16,7 @@ module "resource_group" {
# create global COS instance
module "cos_instance" {
source = "terraform-ibm-modules/cos/ibm"
- version = "10.16.6"
+ version = "10.16.7"
resource_group_id = module.resource_group.resource_group_id
cos_instance_name = var.prefix != null ? "${var.prefix}-${var.cos_instance_name}" : var.cos_instance_name
create_cos_bucket = false
@@ -30,7 +30,7 @@ locals {
module "cos_buckets" {
source = "terraform-ibm-modules/cos/ibm//modules/buckets"
- version = "10.16.6"
+ version = "10.16.7"
bucket_configs = [
{
bucket_name = local.cos_source_bucket_name
diff --git a/tests/go.mod b/tests/go.mod
index 1dc194b..9f3b6b0 100644
--- a/tests/go.mod
+++ b/tests/go.mod
@@ -4,17 +4,17 @@ go 1.26.1
require (
github.com/stretchr/testify v1.11.1
- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.76.0
+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.76.1
)
require (
dario.cat/mergo v1.0.0 // indirect
github.com/IBM-Cloud/bluemix-go v0.0.0-20240719075425-078fcb3a55be // indirect
- github.com/IBM-Cloud/power-go-client v1.16.0 // indirect
+ github.com/IBM-Cloud/power-go-client v1.16.2 // indirect
github.com/IBM/cloud-databases-go-sdk v0.8.1 // indirect
- github.com/IBM/go-sdk-core/v5 v5.21.4 // indirect
+ github.com/IBM/go-sdk-core/v5 v5.22.1 // indirect
github.com/IBM/networking-go-sdk v0.53.5 // indirect
- github.com/IBM/platform-services-go-sdk v0.99.1 // indirect
+ github.com/IBM/platform-services-go-sdk v0.100.0 // indirect
github.com/IBM/project-go-sdk v0.4.0 // indirect
github.com/IBM/schematics-go-sdk v0.4.0 // indirect
github.com/IBM/vpc-go-sdk v1.0.2 // indirect
diff --git a/tests/go.sum b/tests/go.sum
index 8ce34bd..e4cdb2b 100644
--- a/tests/go.sum
+++ b/tests/go.sum
@@ -2,17 +2,17 @@ dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=
dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
github.com/IBM-Cloud/bluemix-go v0.0.0-20240719075425-078fcb3a55be h1:USOcBHkYQ4o/ccoEvoHinrba8NQthLJpFXnAoBY+MI4=
github.com/IBM-Cloud/bluemix-go v0.0.0-20240719075425-078fcb3a55be/go.mod h1:/7hMjdZA6fEpd/dQAOEABxKEwN0t72P3PlpEDu0Y7bE=
-github.com/IBM-Cloud/power-go-client v1.16.0 h1:9sSKvw3Z2CcTBPl3SgfMWlbmkSvcfuBurNWmJMZiPGc=
-github.com/IBM-Cloud/power-go-client v1.16.0/go.mod h1:H0KfeqNNKIu/hM7MZMFBJL3+jM2w6CxPA9wlgG3lxBY=
+github.com/IBM-Cloud/power-go-client v1.16.2 h1:sXJyOHdHcd/aEc8vijEfCVtIG6HrdrOaF2snCcArf34=
+github.com/IBM-Cloud/power-go-client v1.16.2/go.mod h1:H0KfeqNNKIu/hM7MZMFBJL3+jM2w6CxPA9wlgG3lxBY=
github.com/IBM/cloud-databases-go-sdk v0.8.1 h1:ULQ5L8V/9z79/qS185LqbIK2LD4kMtk3Hdhp4lFMVcw=
github.com/IBM/cloud-databases-go-sdk v0.8.1/go.mod h1:JYucI1PdwqbAd8XGdDAchxzxRP7bxOh1zUnseovHKsc=
github.com/IBM/go-sdk-core/v5 v5.9.2/go.mod h1:YlOwV9LeuclmT/qi/LAK2AsobbAP42veV0j68/rlZsE=
-github.com/IBM/go-sdk-core/v5 v5.21.4 h1:f1x/AkOj1BZuOHUM7qyeIt6Cw2pprlDRIKR+RUpxobs=
-github.com/IBM/go-sdk-core/v5 v5.21.4/go.mod h1:cZJMMEImJkIXCd61kHeDFtjbdDpXq4ua4ITrwpBYdWs=
+github.com/IBM/go-sdk-core/v5 v5.22.1 h1:5eTGq4IFEMZnb7fRdk+oxQMFvj0cRAUJqdPxojpGtY8=
+github.com/IBM/go-sdk-core/v5 v5.22.1/go.mod h1:yO+OQpByKDLTvpEcsFFexgzpeR8eRfCFWAYzxkAu4bk=
github.com/IBM/networking-go-sdk v0.53.5 h1:zsIngzvWxE5HFhoDJ2Ngb2VOjrT4dW7liXh7X0MhcZU=
github.com/IBM/networking-go-sdk v0.53.5/go.mod h1:pscn6ZDzj+jgXzYfyoR8ze471J3G8JydRQfvp13HNsk=
-github.com/IBM/platform-services-go-sdk v0.99.1 h1:Mr3tPhswn8rq01aaNWqU1bOYf55aM8mgBW182RvRlgE=
-github.com/IBM/platform-services-go-sdk v0.99.1/go.mod h1:t93mozFmKrxexnKNdx2gNOtEI9Wd62dKAVffQYm0vRM=
+github.com/IBM/platform-services-go-sdk v0.100.0 h1:Gh9jb3Dvf4uviejYasHoTezRlQ6oXVqshITTVIWw9H8=
+github.com/IBM/platform-services-go-sdk v0.100.0/go.mod h1:t93mozFmKrxexnKNdx2gNOtEI9Wd62dKAVffQYm0vRM=
github.com/IBM/project-go-sdk v0.4.0 h1:72pEtVHJn434+MYRawER7Hk/kblapdfotoLBBhjv/jo=
github.com/IBM/project-go-sdk v0.4.0/go.mod h1:FOJM9ihQV3EEAY6YigcWiTNfVCThtdY8bLC/nhQHFvo=
github.com/IBM/schematics-go-sdk v0.4.0 h1:x01f/tPquYJYLQzJLGuxWfCbV/EdSMXRikOceNy/JLM=
@@ -309,8 +309,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
-github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.76.0 h1:zPDuw3izzegp0uZPq0JVaNP+Yd8ztzeLuqj1AMJnkjk=
-github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.76.0/go.mod h1:9mO6zpQHNJnooyndXTZYEG2M13PullgLGxl72BEnEqM=
+github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.76.1 h1:OeikiMw6IcqAJrOGU1Mr9Myh9kWRjauJR6dLmV0JB3E=
+github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.76.1/go.mod h1:bjaAK6ByipJrcmR78pfUE/h2LuuNwHLhvTevSPZ6H/g=
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
github.com/tmccombs/hcl2json v0.6.4 h1:/FWnzS9JCuyZ4MNwrG4vMrFrzRgsWEOVi+1AyYUVLGw=
github.com/tmccombs/hcl2json v0.6.4/go.mod h1:+ppKlIW3H5nsAsZddXPy2iMyvld3SHxyjswOZhavRDk=