oci_network_firewall_network_firewall_policy_mapped_secret

This resource provides the Network Firewall Policy Mapped Secret resource in Oracle Cloud Infrastructure Network Firewall service.

Creates a new Mapped Secret for the Network Firewall Policy.

Example Usage

resource "oci_network_firewall_network_firewall_policy_mapped_secret" "test_network_firewall_policy_mapped_secret" {
	#Required
	name = var.network_firewall_policy_mapped_secret_name
	network_firewall_policy_id = oci_network_firewall_network_firewall_policy.test_network_firewall_policy.id
	source = var.network_firewall_policy_mapped_secret_source
	type = var.network_firewall_policy_mapped_secret_type
	vault_secret_id = oci_vault_secret.test_secret.id
	version_number = var.network_firewall_policy_mapped_secret_version_number
}

Argument Reference

The following arguments are supported:

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain operations: * create - (Defaults to 20 minutes), when creating the Network Firewall Policy Mapped Secret * update - (Defaults to 20 minutes), when updating the Network Firewall Policy Mapped Secret * delete - (Defaults to 20 minutes), when destroying the Network Firewall Policy Mapped Secret

Import

NetworkFirewallPolicyMappedSecrets can be imported using the name, e.g.

$ terraform import oci_network_firewall_network_firewall_policy_mapped_secret.test_network_firewall_policy_mapped_secret "networkFirewallPolicies/{networkFirewallPolicyId}/mappedSecrets/{mappedSecretName}"