oci_network_firewall_network_firewall_policy_decryption_profile

This resource provides the Network Firewall Policy Decryption Profile resource in Oracle Cloud Infrastructure Network Firewall service.

Creates a new Decryption Profile for the Network Firewall Policy.

Example Usage

resource "oci_network_firewall_network_firewall_policy_decryption_profile" "test_network_firewall_policy_decryption_profile" {
	#Required
	name = var.network_firewall_policy_decryption_profile_name
	network_firewall_policy_id = oci_network_firewall_network_firewall_policy.test_network_firewall_policy.id
	type = var.network_firewall_policy_decryption_profile_type

	#Optional
	are_certificate_extensions_restricted = var.network_firewall_policy_decryption_profile_are_certificate_extensions_restricted
	is_auto_include_alt_name = var.network_firewall_policy_decryption_profile_is_auto_include_alt_name
	is_expired_certificate_blocked = var.network_firewall_policy_decryption_profile_is_expired_certificate_blocked
	is_out_of_capacity_blocked = var.network_firewall_policy_decryption_profile_is_out_of_capacity_blocked
	is_revocation_status_timeout_blocked = var.network_firewall_policy_decryption_profile_is_revocation_status_timeout_blocked
	is_unknown_revocation_status_blocked = var.network_firewall_policy_decryption_profile_is_unknown_revocation_status_blocked
	is_unsupported_cipher_blocked = var.network_firewall_policy_decryption_profile_is_unsupported_cipher_blocked
	is_unsupported_version_blocked = var.network_firewall_policy_decryption_profile_is_unsupported_version_blocked
	is_untrusted_issuer_blocked = var.network_firewall_policy_decryption_profile_is_untrusted_issuer_blocked
}

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 Decryption Profile * update - (Defaults to 20 minutes), when updating the Network Firewall Policy Decryption Profile * delete - (Defaults to 20 minutes), when destroying the Network Firewall Policy Decryption Profile

Import

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

$ terraform import oci_network_firewall_network_firewall_policy_decryption_profile.test_network_firewall_policy_decryption_profile "networkFirewallPolicies/{networkFirewallPolicyId}/decryptionProfiles/{decryptionProfileName}"