Skip to content

Commit 7754bb1

Browse files
akinrosslhercot
authored andcommitted
[ignore] rename relationship resource vzRsDenyRule in aci_taboo_contract_subject
1 parent 611cd68 commit 7754bb1

17 files changed

+155
-155
lines changed

docs/data-sources/relation_from_taboo_contract_to_filter.md renamed to docs/data-sources/relation_from_taboo_contract_subject_to_filter.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
# More details can be found in the [README](https://github.com/CiscoDevNet/terraform-provider-aci/blob/master/README.md).
55
subcategory: "Contract"
66
layout: "aci"
7-
page_title: "ACI: aci_relation_from_taboo_contract_to_filter"
8-
sidebar_current: "docs-aci-data-source-aci_relation_from_taboo_contract_to_filter"
7+
page_title: "ACI: aci_relation_from_taboo_contract_subject_to_filter"
8+
sidebar_current: "docs-aci-data-source-aci_relation_from_taboo_contract_subject_to_filter"
99
description: |-
10-
Data source for ACI Relation From Taboo Contract To Filter
10+
Data source for ACI Relation From Taboo Contract Subject To Filter
1111
---
1212

13-
# aci_relation_from_taboo_contract_to_filter #
13+
# aci_relation_from_taboo_contract_subject_to_filter #
1414

15-
Data source for ACI Relation From Taboo Contract To Filter
15+
Data source for ACI Relation From Taboo Contract Subject To Filter
1616

1717
## API Information ##
1818

@@ -30,7 +30,7 @@ Data source for ACI Relation From Taboo Contract To Filter
3030

3131
```hcl
3232
33-
data "aci_relation_from_taboo_contract_to_filter" "example_taboo_contract_subject" {
33+
data "aci_relation_from_taboo_contract_subject_to_filter" "example_taboo_contract_subject" {
3434
parent_dn = aci_taboo_contract_subject.example.id
3535
filter_name = aci_filter.example.name
3636
}
@@ -47,9 +47,9 @@ data "aci_relation_from_taboo_contract_to_filter" "example_taboo_contract_subjec
4747

4848
### Read-Only ###
4949

50-
* `id` - (string) The distinguished name (DN) of the Relation From Taboo Contract To Filter object.
51-
* `annotation` (annotation) - (string) The annotation of the Relation From Taboo Contract To Filter object.
52-
* `directives` (directives) - (list) The directives of the Relation From Taboo Contract To Filter object. Use the 'no_stats' option for Policy Compression, which allows for the utilization of fewer TCAM resources. Use the 'log' option to log packets and provide information about traffic that is hitting the rule of interest. See the [contract configuration options](https://www.cisco.com/c/en/us/solutions/collateral/data-center-virtualization/application-centric-infrastructure/white-paper-c11-743951.html#Contractconfigurationoptions) in the Cisco ACI Contract Guide White Paper for more information.
50+
* `id` - (string) The distinguished name (DN) of the Relation From Taboo Contract Subject To Filter object.
51+
* `annotation` (annotation) - (string) The annotation of the Relation From Taboo Contract Subject To Filter object.
52+
* `directives` (directives) - (list) The directives of the Relation From Taboo Contract Subject To Filter object. Use the 'no_stats' option for Policy Compression, which allows for the utilization of fewer TCAM resources. Use the 'log' option to log packets and provide information about traffic that is hitting the rule of interest. See the [contract configuration options](https://www.cisco.com/c/en/us/solutions/collateral/data-center-virtualization/application-centric-infrastructure/white-paper-c11-743951.html#Contractconfigurationoptions) in the Cisco ACI Contract Guide White Paper for more information.
5353
* `annotations` - (list) A list of Annotations (ACI object [tagAnnotation](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/tagAnnotation/overview)). This attribute is supported in ACI versions: 3.2(1l) and later.
5454
* `key` (key) - (string) The key used to uniquely identify this configuration object.
5555
* `value` (value) - (string) The value of the property.

docs/data-sources/taboo_contract_subject.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ data "aci_taboo_contract_subject" "example_taboo_contract" {
5757
* `tags` - (list) A list of Tags (ACI object [tagTag](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/tagTag/overview)). This attribute is supported in ACI versions: 3.2(1l) and later.
5858
* `key` (key) - (string) The key used to uniquely identify this configuration object.
5959
* `value` (value) - (string) The value of the property.
60-
* `relation_to_filters` - (list) A list of Relation From Taboo Contract To Filters (ACI object [vzRsDenyRule](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/vzRsDenyRule/overview)) pointing to Filter (ACI Object [vzFilter](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/vzFilter/overview)).
61-
* `annotation` (annotation) - (string) The annotation of the Relation From Taboo Contract To Filter object.
62-
* `directives` (directives) - (list) The directives of the Relation From Taboo Contract To Filter object. Use the 'no_stats' option for Policy Compression, which allows for the utilization of fewer TCAM resources. Use the 'log' option to log packets and provide information about traffic that is hitting the rule of interest. See the [contract configuration options](https://www.cisco.com/c/en/us/solutions/collateral/data-center-virtualization/application-centric-infrastructure/white-paper-c11-743951.html#Contractconfigurationoptions) in the Cisco ACI Contract Guide White Paper for more information.
60+
* `relation_to_filters` - (list) A list of Relation From Taboo Contract Subject To Filters (ACI object [vzRsDenyRule](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/vzRsDenyRule/overview)) pointing to Filter (ACI Object [vzFilter](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/vzFilter/overview)).
61+
* `annotation` (annotation) - (string) The annotation of the Relation From Taboo Contract Subject To Filter object.
62+
* `directives` (directives) - (list) The directives of the Relation From Taboo Contract Subject To Filter object. Use the 'no_stats' option for Policy Compression, which allows for the utilization of fewer TCAM resources. Use the 'log' option to log packets and provide information about traffic that is hitting the rule of interest. See the [contract configuration options](https://www.cisco.com/c/en/us/solutions/collateral/data-center-virtualization/application-centric-infrastructure/white-paper-c11-743951.html#Contractconfigurationoptions) in the Cisco ACI Contract Guide White Paper for more information.
6363
* `filter_name` (tnVzFilterName) - (string) The name of the filter object.
6464
* `annotations` - (list) A list of Annotations (ACI object [tagAnnotation](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/tagAnnotation/overview)). This attribute is supported in ACI versions: 3.2(1l) and later.
6565
* `key` (key) - (string) The key used to uniquely identify this configuration object.

docs/resources/relation_from_taboo_contract_to_filter.md renamed to docs/resources/relation_from_taboo_contract_subject_to_filter.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
# More details can be found in the [README](https://github.com/CiscoDevNet/terraform-provider-aci/blob/master/README.md).
55
subcategory: "Contract"
66
layout: "aci"
7-
page_title: "ACI: aci_relation_from_taboo_contract_to_filter"
8-
sidebar_current: "docs-aci-resource-aci_relation_from_taboo_contract_to_filter"
7+
page_title: "ACI: aci_relation_from_taboo_contract_subject_to_filter"
8+
sidebar_current: "docs-aci-resource-aci_relation_from_taboo_contract_subject_to_filter"
99
description: |-
10-
Manages ACI Relation From Taboo Contract To Filter
10+
Manages ACI Relation From Taboo Contract Subject To Filter
1111
---
1212

13-
# aci_relation_from_taboo_contract_to_filter #
13+
# aci_relation_from_taboo_contract_subject_to_filter #
1414

15-
Manages ACI Relation From Taboo Contract To Filter
15+
Manages ACI Relation From Taboo Contract Subject To Filter
1616

1717

1818

@@ -30,23 +30,23 @@ Manages ACI Relation From Taboo Contract To Filter
3030

3131
## Example Usage ##
3232

33-
The configuration snippet below creates a Relation From Taboo Contract To Filter with only required attributes.
33+
The configuration snippet below creates a Relation From Taboo Contract Subject To Filter with only required attributes.
3434

3535
```hcl
3636
37-
resource "aci_relation_from_taboo_contract_to_filter" "example_taboo_contract_subject" {
37+
resource "aci_relation_from_taboo_contract_subject_to_filter" "example_taboo_contract_subject" {
3838
parent_dn = aci_taboo_contract_subject.example.id
3939
filter_name = aci_filter.example.name
4040
}
4141
4242
```
43-
The configuration snippet below shows all possible attributes of the Relation From Taboo Contract To Filter.
43+
The configuration snippet below shows all possible attributes of the Relation From Taboo Contract Subject To Filter.
4444

4545
!> This example might not be valid configuration and is only used to show all possible attributes.
4646

4747
```hcl
4848
49-
resource "aci_relation_from_taboo_contract_to_filter" "full_example_taboo_contract_subject" {
49+
resource "aci_relation_from_taboo_contract_subject_to_filter" "full_example_taboo_contract_subject" {
5050
parent_dn = aci_taboo_contract_subject.example.id
5151
annotation = "annotation"
5252
directives = ["log", "no_stats"]
@@ -67,7 +67,7 @@ resource "aci_relation_from_taboo_contract_to_filter" "full_example_taboo_contra
6767
6868
```
6969

70-
All examples for the Relation From Taboo Contract To Filter resource can be found in the [examples](https://github.com/CiscoDevNet/terraform-provider-aci/tree/master/examples/resources/aci_relation_from_taboo_contract_to_filter) folder.
70+
All examples for the Relation From Taboo Contract Subject To Filter resource can be found in the [examples](https://github.com/CiscoDevNet/terraform-provider-aci/tree/master/examples/resources/aci_relation_from_taboo_contract_subject_to_filter) folder.
7171

7272
## Schema ##
7373

@@ -79,13 +79,13 @@ All examples for the Relation From Taboo Contract To Filter resource can be foun
7979

8080
### Read-Only ###
8181

82-
* `id` - (string) The distinguished name (DN) of the Relation From Taboo Contract To Filter object.
82+
* `id` - (string) The distinguished name (DN) of the Relation From Taboo Contract Subject To Filter object.
8383

8484
### Optional ###
8585

86-
* `annotation` (annotation) - (string) The annotation of the Relation From Taboo Contract To Filter object.
86+
* `annotation` (annotation) - (string) The annotation of the Relation From Taboo Contract Subject To Filter object.
8787
- Default: `orchestrator:terraform`
88-
* `directives` (directives) - (list) The directives of the Relation From Taboo Contract To Filter object. Use the 'no_stats' option for Policy Compression, which allows for the utilization of fewer TCAM resources. Use the 'log' option to log packets and provide information about traffic that is hitting the rule of interest. See the [contract configuration options](https://www.cisco.com/c/en/us/solutions/collateral/data-center-virtualization/application-centric-infrastructure/white-paper-c11-743951.html#Contractconfigurationoptions) in the Cisco ACI Contract Guide White Paper for more information.
88+
* `directives` (directives) - (list) The directives of the Relation From Taboo Contract Subject To Filter object. Use the 'no_stats' option for Policy Compression, which allows for the utilization of fewer TCAM resources. Use the 'log' option to log packets and provide information about traffic that is hitting the rule of interest. See the [contract configuration options](https://www.cisco.com/c/en/us/solutions/collateral/data-center-virtualization/application-centric-infrastructure/white-paper-c11-743951.html#Contractconfigurationoptions) in the Cisco ACI Contract Guide White Paper for more information.
8989
- Valid Values: `log`, `no_stats`.
9090
* `annotations` - (list) A list of Annotations (ACI object [tagAnnotation](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/tagAnnotation/overview)). Annotations can also be configured using a separate [aci_annotation](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/annotation) resource. This attribute is supported in ACI versions: 3.2(1l) and later.
9191
#### Required ####
@@ -100,18 +100,18 @@ All examples for the Relation From Taboo Contract To Filter resource can be foun
100100

101101
## Importing
102102

103-
An existing Relation From Taboo Contract To Filter can be [imported](https://www.terraform.io/docs/import/index.html) into this resource with its distinguished name (DN), via the following command:
103+
An existing Relation From Taboo Contract Subject To Filter can be [imported](https://www.terraform.io/docs/import/index.html) into this resource with its distinguished name (DN), via the following command:
104104

105105
```
106-
terraform import aci_relation_from_taboo_contract_to_filter.example_taboo_contract_subject uni/tn-{name}/taboo-{name}/tsubj-{name}/rsdenyRule-{tnVzFilterName}
106+
terraform import aci_relation_from_taboo_contract_subject_to_filter.example_taboo_contract_subject uni/tn-{name}/taboo-{name}/tsubj-{name}/rsdenyRule-{tnVzFilterName}
107107
```
108108

109-
Starting in Terraform version 1.5, an existing Relation From Taboo Contract To Filter can be imported
109+
Starting in Terraform version 1.5, an existing Relation From Taboo Contract Subject To Filter can be imported
110110
using [import blocks](https://developer.hashicorp.com/terraform/language/import) via the following configuration:
111111

112112
```
113113
import {
114114
id = "uni/tn-{name}/taboo-{name}/tsubj-{name}/rsdenyRule-{tnVzFilterName}"
115-
to = aci_relation_from_taboo_contract_to_filter.example_taboo_contract_subject
115+
to = aci_relation_from_taboo_contract_subject_to_filter.example_taboo_contract_subject
116116
}
117117
```

docs/resources/taboo_contract_subject.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,15 @@ All examples for the Taboo Contract Subject resource can be found in the [exampl
117117

118118
* `key` (key) - (string) The key used to uniquely identify this configuration object.
119119
* `value` (value) - (string) The value of the property.
120-
* `relation_to_filters` - (list) A list of Relation From Taboo Contract To Filters (ACI object [vzRsDenyRule](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/vzRsDenyRule/overview)) pointing to Filter (ACI Object [vzFilter](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/vzFilter/overview)) which can be configured using the [aci_filter](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/filter) resource.
120+
* `relation_to_filters` - (list) A list of Relation From Taboo Contract Subject To Filters (ACI object [vzRsDenyRule](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/vzRsDenyRule/overview)) pointing to Filter (ACI Object [vzFilter](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/vzFilter/overview)) which can be configured using the [aci_filter](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/filter) resource.
121121
#### Required ####
122122

123123
* `filter_name` (tnVzFilterName) - (string) The name of the filter object. This attribute can be referenced from a [resource](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/filter) with `aci_filter.example.name` or from a [datasource](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/data-sources/filter) with `data.aci_filter.example.name`.
124124
#### Optional ####
125125

126-
* `annotation` (annotation) - (string) The annotation of the Relation From Taboo Contract To Filter object.
126+
* `annotation` (annotation) - (string) The annotation of the Relation From Taboo Contract Subject To Filter object.
127127
- Default: `orchestrator:terraform`
128-
* `directives` (directives) - (list) The directives of the Relation From Taboo Contract To Filter object. Use the 'no_stats' option for Policy Compression, which allows for the utilization of fewer TCAM resources. Use the 'log' option to log packets and provide information about traffic that is hitting the rule of interest. See the [contract configuration options](https://www.cisco.com/c/en/us/solutions/collateral/data-center-virtualization/application-centric-infrastructure/white-paper-c11-743951.html#Contractconfigurationoptions) in the Cisco ACI Contract Guide White Paper for more information.
128+
* `directives` (directives) - (list) The directives of the Relation From Taboo Contract Subject To Filter object. Use the 'no_stats' option for Policy Compression, which allows for the utilization of fewer TCAM resources. Use the 'log' option to log packets and provide information about traffic that is hitting the rule of interest. See the [contract configuration options](https://www.cisco.com/c/en/us/solutions/collateral/data-center-virtualization/application-centric-infrastructure/white-paper-c11-743951.html#Contractconfigurationoptions) in the Cisco ACI Contract Guide White Paper for more information.
129129
- Valid Values: `log`, `no_stats`.
130130
* `annotations` - (list) A list of Annotations (ACI object [tagAnnotation](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/tagAnnotation/overview)). Annotations can also be configured using a separate [aci_annotation](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/annotation) resource. This attribute is supported in ACI versions: 3.2(1l) and later.
131131
#### Required ####
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
data "aci_relation_from_taboo_contract_to_filter" "example_taboo_contract_subject" {
2+
data "aci_relation_from_taboo_contract_subject_to_filter" "example_taboo_contract_subject" {
33
parent_dn = aci_taboo_contract_subject.example.id
44
filter_name = aci_filter.example.name
55
}

examples/resources/aci_relation_from_taboo_contract_to_filter/resource-all-attributes.tf renamed to examples/resources/aci_relation_from_taboo_contract_subject_to_filter/resource-all-attributes.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
resource "aci_relation_from_taboo_contract_to_filter" "full_example_taboo_contract_subject" {
2+
resource "aci_relation_from_taboo_contract_subject_to_filter" "full_example_taboo_contract_subject" {
33
parent_dn = aci_taboo_contract_subject.example.id
44
annotation = "annotation"
55
directives = ["log", "no_stats"]
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
resource "aci_relation_from_taboo_contract_to_filter" "example_taboo_contract_subject" {
2+
resource "aci_relation_from_taboo_contract_subject_to_filter" "example_taboo_contract_subject" {
33
parent_dn = aci_taboo_contract_subject.example.id
44
filter_name = aci_filter.example.name
55
}

gen/definitions/classes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ vzTSubj:
623623
sub_category: "Contract"
624624

625625
vzRsDenyRule:
626-
resource_name: "relation_from_taboo_contract_to_filter"
626+
resource_name: "relation_from_taboo_contract_subject_to_filter"
627627
ui_locations:
628628
- "Tenants -> Contracts -> Taboos -> Subjects -> Filters"
629629
sub_category: "Contract"

0 commit comments

Comments
 (0)