We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9adab7 commit 5d30e8eCopy full SHA for 5d30e8e
examples/multi-resource-rule/main.tf
@@ -53,7 +53,7 @@ module "cbr_zone_vpc" {
53
54
module "cos_instance_and_bucket" {
55
source = "terraform-ibm-modules/cos/ibm"
56
- version = "10.1.4"
+ version = "10.1.7"
57
resource_group_id = module.resource_group.resource_group_id
58
region = var.region
59
create_cos_instance = true
solutions/fully-configurable/version.tf
@@ -3,7 +3,7 @@ terraform {
3
required_providers {
4
ibm = {
5
source = "IBM-Cloud/ibm"
6
- version = "1.80.0"
+ version = "1.80.3"
7
}
8
9
0 commit comments