Skip to content

Commit

Permalink
Fix handling of validation warnings when creating templates
Browse files Browse the repository at this point in the history
  • Loading branch information
danischm committed Feb 20, 2024
1 parent 47db772 commit 3bc677e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- Add `catalystcenter_sda_fabric_site` resource and data source
- Add `catalystcenter_template_version` resource and data source
- Add `catalystcenter_sda_fabric_authentication_profile` resource and data source
- Fix handling of validation warnings when creating templates

## 0.1.4

Expand Down
1 change: 1 addition & 0 deletions docs/guides/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ description: |-
- Add `catalystcenter_sda_fabric_site` resource and data source
- Add `catalystcenter_template_version` resource and data source
- Add `catalystcenter_sda_fabric_authentication_profile` resource and data source
- Fix handling of validation warnings when creating templates

## 0.1.4

Expand Down
17 changes: 13 additions & 4 deletions internal/provider/resource_catalystcenter_template.go

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

1 change: 1 addition & 0 deletions templates/guides/changelog.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ description: |-
- Add `catalystcenter_sda_fabric_site` resource and data source
- Add `catalystcenter_template_version` resource and data source
- Add `catalystcenter_sda_fabric_authentication_profile` resource and data source
- Fix handling of validation warnings when creating templates

## 0.1.4

Expand Down

0 comments on commit 3bc677e

Please sign in to comment.