Skip to content

Commit 4351155

Browse files
committed
Fix route policy test
1 parent 6422122 commit 4351155

File tree

5 files changed

+1
-6
lines changed

5 files changed

+1
-6
lines changed

docs/resources/route_policy_definition.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ resource "sdwan_route_policy_definition" "example" {
3434
type = "aggregator"
3535
aggregator = 10
3636
aggregator_ip_address = "10.1.2.3"
37-
next_hop = "10.1.1.5"
3837
}
3938
]
4039
}

examples/resources/sdwan_route_policy_definition/resource.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ resource "sdwan_route_policy_definition" "example" {
1919
type = "aggregator"
2020
aggregator = 10
2121
aggregator_ip_address = "10.1.2.3"
22-
next_hop = "10.1.1.5"
2322
}
2423
]
2524
}

gen/definitions/generic/route_policy_definition.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ attributes:
408408
type: String
409409
description: Next hop IP
410410
example: 10.1.1.5
411+
exclude_test: true
411412
- model_name: value
412413
tf_name: omp_tag
413414
conditional_attribute:

internal/provider/data_source_sdwan_route_policy_definition_test.go

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

internal/provider/resource_sdwan_route_policy_definition_test.go

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

0 commit comments

Comments
 (0)