Skip to content

Commit

Permalink
Refactor custom control topology policy definition
Browse files Browse the repository at this point in the history
  • Loading branch information
danischm committed Jul 23, 2023
1 parent 04e1fbd commit 8f554ba
Show file tree
Hide file tree
Showing 9 changed files with 388 additions and 343 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
page_title: "sdwan_custom_control_topology_policy_definition Data Source - terraform-provider-sdwan"
subcategory: "Centralized Policies"
description: |-
This data source can read the Custom Control Topology policy definition.
This data source can read the Custom Control Topology Policy Definition .
---

# sdwan_custom_control_topology_policy_definition (Data Source)

This data source can read the Custom Control Topology policy definition.
This data source can read the Custom Control Topology Policy Definition .

## Example Usage

Expand All @@ -23,16 +23,15 @@ data "sdwan_custom_control_topology_policy_definition" "example" {

### Required

- `id` (String) The id of the policy definition
- `id` (String) The id of the object

### Read-Only

- `default_action` (String) Default action, either `accept` or `reject`
- `description` (String) The description of the policy definition
- `name` (String) The name of the policy definition
- `sequences` (Attributes List) List of sequences (see [below for nested schema](#nestedatt--sequences))
- `type` (String) The policy definition type
- `version` (Number) The version of the policy definition
- `version` (Number) The version of the object

<a id="nestedatt--sequences"></a>
### Nested Schema for `sequences`
Expand Down
9 changes: 4 additions & 5 deletions docs/resources/custom_control_topology_policy_definition.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
page_title: "sdwan_custom_control_topology_policy_definition Resource - terraform-provider-sdwan"
subcategory: "Centralized Policies"
description: |-
This resource can manage a Custom Control Topology policy definition.
This resource can manage a Custom Control Topology Policy Definition .
---

# sdwan_custom_control_topology_policy_definition (Resource)

This resource can manage a Custom Control Topology policy definition.
This resource can manage a Custom Control Topology Policy Definition .

## Example Usage

Expand Down Expand Up @@ -61,9 +61,8 @@ resource "sdwan_custom_control_topology_policy_definition" "example" {

### Read-Only

- `id` (String) The id of the policy definition
- `type` (String) The policy defintion type
- `version` (Number) The version of the policy definition
- `id` (String) The id of the object
- `version` (Number) The version of the object

<a id="nestedatt--sequences"></a>
### Nested Schema for `sequences`
Expand Down
Loading

0 comments on commit 8f554ba

Please sign in to comment.