Skip to content

Commit

Permalink
Fix dns redirect data policy definition issue
Browse files Browse the repository at this point in the history
  • Loading branch information
danischm committed Dec 20, 2023
1 parent 49938cf commit cc41ec5
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.1 (unreleased)

- Fix idempotency issue with DNS redirect configuration of `sdwan_traffic_data_policy_definition` resource

## 0.3.0

- Add `sdwan_system_feature_profile` resource and data source
Expand Down
4 changes: 4 additions & 0 deletions docs/guides/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ description: |-

# Changelog

## 0.3.1 (unreleased)

- Fix idempotency issue with DNS redirect configuration of `sdwan_traffic_data_policy_definition` resource

## 0.3.0

- Add `sdwan_system_feature_profile` resource and data source
Expand Down
8 changes: 4 additions & 4 deletions gen/definitions/generic/traffic_data_policy_definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -419,8 +419,8 @@ attributes:
data_path: [parameter]
tf_name: redirect_dns_type
conditional_attribute:
name: type
value: redirectDns
name: redirect_dns
value: dnsType
type: String
enum_values: [host, umbrella]
description: Redirect DNS type
Expand All @@ -430,8 +430,8 @@ attributes:
data_path: [parameter]
tf_name: redirect_dns_address
conditional_attribute:
name: type
value: redirectDns
name: redirect_dns
value: ipAddress
type: String
description: Redirect DNS IP address
example: 10.1.1.1
Expand Down

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

4 changes: 4 additions & 0 deletions templates/guides/changelog.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ description: |-

# Changelog

## 0.3.1 (unreleased)

- Fix idempotency issue with DNS redirect configuration of `sdwan_traffic_data_policy_definition` resource

## 0.3.0

- Add `sdwan_system_feature_profile` resource and data source
Expand Down

0 comments on commit cc41ec5

Please sign in to comment.