Skip to content

Commit

Permalink
Fix route policy test
Browse files Browse the repository at this point in the history
  • Loading branch information
danischm committed Dec 22, 2023
1 parent 6422122 commit 4351155
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion docs/resources/route_policy_definition.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ resource "sdwan_route_policy_definition" "example" {
type = "aggregator"
aggregator = 10
aggregator_ip_address = "10.1.2.3"
next_hop = "10.1.1.5"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ resource "sdwan_route_policy_definition" "example" {
type = "aggregator"
aggregator = 10
aggregator_ip_address = "10.1.2.3"
next_hop = "10.1.1.5"
}
]
}
Expand Down
1 change: 1 addition & 0 deletions gen/definitions/generic/route_policy_definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ attributes:
type: String
description: Next hop IP
example: 10.1.1.5
exclude_test: true
- model_name: value
tf_name: omp_tag
conditional_attribute:
Expand Down

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

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

0 comments on commit 4351155

Please sign in to comment.