-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(LH-72256): Ordering Issues (#86)
- Loading branch information
Showing
13 changed files
with
201 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "cdo_ftd_device Data Source - cdo" | ||
subcategory: "" | ||
description: |- | ||
Ftd data source | ||
--- | ||
|
||
# cdo_ftd_device (Data Source) | ||
|
||
Ftd data source | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `name` (String) A human-readable name for the Firewall Threat Defense (FTD). This name must be unique. | ||
|
||
### Read-Only | ||
|
||
- `access_policy_id` (String) The ID of the cloud-delivered FMC (cdFMC) access policy applied to this FTD. | ||
- `access_policy_name` (String) The name of the Cloud-Delivered FMC (cdFMC) access policy that will be used by the FTD. | ||
- `generated_command` (String) The command to run in the FTD CLI to register it with the cloud-delivered FMC (cdFMC). | ||
- `hostname` (String) The Hostname of the cloud-delivered FMC (cdFMC) manages this FTD. | ||
- `id` (String) Unique identifier of the device. This is a UUID and is automatically generated when the device is created. | ||
- `labels` (List of String) Set a list of labels to identify the device as part of a group. Refer to the [CDO documentation](https://docs.defenseorchestrator.com/t-applying-labels-to-devices-and-objects.html#!c-labels-and-filtering.html) for details on how labels are used in CDO. | ||
- `licenses` (List of String) Comma-separated list of licenses to apply to this FTD. You must enable at least the "BASE" license. Allowed values are: ["BASE", "CARRIER", "THREAT", "MALWARE", "URLFilter",]. | ||
- `nat_id` (String) The Network Address Translation (NAT) ID of this FTD. | ||
- `performance_tier` (String) The performance tier of the virtual FTD, if virtual is set to false, this field is ignored as performance tiers are not applicable to physical FTD devices. Allowed values are: ["FTDv5", "FTDv10", "FTDv20", "FTDv30", "FTDv50", "FTDv100", "FTDv"]. | ||
- `reg_key` (String) The Registration Key of this FTD. | ||
- `virtual` (Boolean) This determines if this FTD is virtual. If false, performance_tier is ignored as performance tiers are not applicable to physical FTD devices. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.