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 fef2718 commit 41ddd20Copy full SHA for 41ddd20
security/security-design/fn-datasafe-dbaudit-to-oci-logging/terraform/modules/network/main.tf
@@ -59,7 +59,7 @@ resource "oci_core_dhcp_options" "dhcpoptions1" {
59
}
60
61
resource "oci_core_subnet" "vcn_subnet" {
62
- cidr_block = var.subnet-cidr
+ cidr_block = var.subnet_cidr
63
display_name = local.subnet_displayname
64
dns_label = local.subnet_dns_label
65
compartment_id = var.compartment_ocid
0 commit comments