Skip to content

Commit 3e5a892

Browse files
shrsrlhercot
authored andcommitted
[ignore] Changed example value of site_id from 0 to 1 in fabric_external_connection_policy
1 parent 75d5474 commit 3e5a892

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

docs/resources/fabric_external_connection_policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ resource "aci_fabric_external_connection_policy" "full_example_tenant" {
5656
owner_key = "owner_key_1"
5757
owner_tag = "owner_tag_1"
5858
community = "extended:as2-nn4:5:16"
59-
site_id = "0"
59+
site_id = "1"
6060
peering_profile = {
6161
annotation = "annotation_1"
6262
description = "description_1"

examples/resources/aci_fabric_external_connection_policy/resource-all-attributes.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ resource "aci_fabric_external_connection_policy" "full_example_tenant" {
99
owner_key = "owner_key_1"
1010
owner_tag = "owner_tag_1"
1111
community = "extended:as2-nn4:5:16"
12-
site_id = "0"
12+
site_id = "1"
1313
peering_profile = {
1414
annotation = "annotation_1"
1515
description = "description_1"

gen/definitions/properties.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2545,6 +2545,7 @@ fvFabricExtConnP:
25452545
community: "extended:as2-nn4:5:16"
25462546
all:
25472547
community: "extended:as2-nn4:5:16"
2548+
site_id: "1"
25482549
resource_required:
25492550
fabric_id: "1"
25502551
community: "extended:as2-nn4:5:16"

gen/testvars/fvFabricExtConnP.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ all:
3131
owner_key: "owner_key_1"
3232
owner_tag: "owner_tag_1"
3333
community: "extended:as2-nn4:5:16"
34-
site_id: "0"
34+
site_id: "1"
3535

3636
children:
3737
peering_profile:

internal/provider/data_source_aci_fabric_external_connection_policy_test.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/provider/resource_aci_fabric_external_connection_policy_test.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)