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 1f35ca0 commit 110aebaCopy full SHA for 110aeba
solutions/fully-configurable/version.tf
@@ -3,7 +3,7 @@ terraform {
3
required_providers {
4
ibm = {
5
source = "ibm-cloud/ibm"
6
- version = "1.78.3"
+ version = "1.78.4"
7
}
8
9
tests/existing-resources/main.tf
@@ -14,7 +14,7 @@ module "resource_group" {
14
15
module "cloud_monitoring" {
16
source = "terraform-ibm-modules/cloud-monitoring/ibm"
17
- version = "1.2.12"
+ version = "1.2.13"
18
region = var.region
19
resource_group_id = module.resource_group.resource_group_id
20
resource_tags = var.resource_tags
0 commit comments