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 1158554 commit 17a8c5fCopy full SHA for 17a8c5f
examples/advanced/main.tf
@@ -17,7 +17,7 @@ module "resource_group" {
17
module "vpc" {
18
count = var.vpc_id != null ? 0 : 1
19
source = "terraform-ibm-modules/landing-zone-vpc/ibm"
20
- version = "7.20.2"
+ version = "7.21.0"
21
resource_group_id = module.resource_group.resource_group_id
22
region = var.region
23
prefix = var.prefix
0 commit comments