Skip to content

Commit

Permalink
Fix localized policy test
Browse files Browse the repository at this point in the history
  • Loading branch information
danischm committed Dec 19, 2023
1 parent 378af38 commit 70b0478
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions gen/definitions/generic/localized_policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ attributes:
mandatory: true
description: Policy definition ID
example: 2081c2f4-3f9f-4fee-8078-dcc8904e368d
test_value: sdwan_acl_policy_definition.test.id
test_value: sdwan_ipv4_acl_policy_definition.test.id
- tf_name: version
tf_only: true
type: Version
Expand All @@ -121,7 +121,7 @@ attributes:
example: acl

test_prerequisites: |
resource "sdwan_acl_policy_definition" "test" {
resource "sdwan_ipv4_acl_policy_definition" "test" {
name = "TF_TEST"
description = "Terraform test"
default_action = "drop"
Expand Down
4 changes: 2 additions & 2 deletions internal/provider/data_source_sdwan_localized_policy_test.go

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

4 changes: 2 additions & 2 deletions internal/provider/resource_sdwan_localized_policy_test.go

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

0 comments on commit 70b0478

Please sign in to comment.