Skip to content

Commit aec785d

Browse files
committed
tf lock
Signed-off-by: junior <junior@users.noreply.github.com>
1 parent de94751 commit aec785d

File tree

2 files changed

+72
-72
lines changed

2 files changed

+72
-72
lines changed

.terraform.lock.hcl

Lines changed: 71 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

oci-networking.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module "vcn" {
3535
# Virtual Cloud Network (VCN) arguments
3636
create_new_vcn = local.create_new_vcn
3737
existent_vcn_ocid = var.existent_vcn_ocid
38-
cidr_blocks = local.vcn_cidr_blocks
38+
cidr_blocks = local.pre_vcn_cidr_blocks
3939
display_name = local.vcn_display_name
4040
dns_label = "${local.app_name_for_dns}${local.deploy_id}"
4141
is_ipv6enabled = var.is_ipv6enabled

0 commit comments

Comments
 (0)