Skip to content

Commit

Permalink
[ignore] Rebased with latest master
Browse files Browse the repository at this point in the history
  • Loading branch information
sajagana authored and lhercot committed Aug 9, 2024
1 parent cf426ef commit 45b1d80
Show file tree
Hide file tree
Showing 5 changed files with 186 additions and 134 deletions.
16 changes: 8 additions & 8 deletions docs/resources/route_control_profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ resource "aci_route_control_profile" "full_example_tenant" {
parent_dn = aci_tenant.example.id
annotation = "annotation"
route_map_continue = "no"
description = "description"
description = "description_1"
name = "test_name"
name_alias = "name_alias"
owner_key = "owner_key"
owner_tag = "owner_tag"
name_alias = "name_alias_1"
owner_key = "owner_key_1"
owner_tag = "owner_tag_1"
route_control_profile_type = "combinable"
annotations = [
{
Expand All @@ -83,11 +83,11 @@ resource "aci_route_control_profile" "full_example_l3_outside" {
parent_dn = aci_l3_outside.example.id
annotation = "annotation"
route_map_continue = "no"
description = "description"
description = "description_1"
name = "test_name"
name_alias = "name_alias"
owner_key = "owner_key"
owner_tag = "owner_tag"
name_alias = "name_alias_1"
owner_key = "owner_key_1"
owner_tag = "owner_tag_1"
route_control_profile_type = "combinable"
annotations = [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ resource "aci_route_control_profile" "full_example_tenant" {
parent_dn = aci_tenant.example.id
annotation = "annotation"
route_map_continue = "no"
description = "description"
description = "description_1"
name = "test_name"
name_alias = "name_alias"
owner_key = "owner_key"
owner_tag = "owner_tag"
name_alias = "name_alias_1"
owner_key = "owner_key_1"
owner_tag = "owner_tag_1"
route_control_profile_type = "combinable"
annotations = [
{
Expand All @@ -27,11 +27,11 @@ resource "aci_route_control_profile" "full_example_l3_outside" {
parent_dn = aci_l3_outside.example.id
annotation = "annotation"
route_map_continue = "no"
description = "description"
description = "description_1"
name = "test_name"
name_alias = "name_alias"
owner_key = "owner_key"
owner_tag = "owner_tag"
name_alias = "name_alias_1"
owner_key = "owner_key_1"
owner_tag = "owner_tag_1"
route_control_profile_type = "combinable"
annotations = [
{
Expand Down
12 changes: 6 additions & 6 deletions gen/testvars/rtctrlProfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ resource_required:
all:
annotation: "annotation"
route_map_continue: "no"
description: "description"
name_alias: "name_alias"
owner_key: "owner_key"
owner_tag: "owner_tag"
description: "description_1"
name_alias: "name_alias_1"
owner_key: "owner_key_1"
owner_tag: "owner_tag_1"
route_control_profile_type: "combinable"

children:
Expand All @@ -35,14 +35,14 @@ children:
value: "value_1"

- key: "key_1"
value: "value_2"
value: "test_value"

tags:
- key: "key_0"
value: "value_1"

- key: "key_1"
value: "value_2"
value: "test_value"

parents:
- class_name: "fvTenant"
Expand Down
64 changes: 58 additions & 6 deletions internal/provider/resource_aci_route_control_profile.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 45b1d80

Please sign in to comment.