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 78fa03c commit 4e5c9c4Copy full SHA for 4e5c9c4
security/security-design/fn-datasafe-dbaudit-to-oci-logging/terraform/functions.tf
@@ -12,7 +12,7 @@
12
resource "oci_functions_application" "DataSafeAuditDBtoLoggingApp" {
13
compartment_id = var.compartment_ocid
14
display_name = "${var.FunctionAppNamePrefix}-${var.deployment_name}-${random_id.tag.hex}"
15
- subnet_ids = [var.create_network ? module.setup-network[0].fnsubnet_ocid : var.subnet_ocid]
+ subnet_ids = [var.create_network ? module.setup-network[0].subnet_ocid : var.subnet_ocid]
16
}
17
18
resource "oci_functions_function" "postauditlogs" {
0 commit comments