-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
all: Fix various bugs related to resource type names that match the p…
…rovider type name (i.e. no resource type suffix) (#421) * remove launch.json file * bug: skip static files that already exist rather than returning an error * validate: Fixed bug where valid resource type names with the same name as the provider were flagged as invalid * generate: Fixed bug where resource type with same name as provider overwrites all other documentation files * added changelogs * add note to readme
- Loading branch information
1 parent
4209153
commit 11fcc79
Showing
9 changed files
with
102 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: BUG FIXES | ||
body: 'validate: Fixed a bug that caused false positive validation errors for resource | ||
types that have the same name as the provider.' | ||
time: 2024-11-18T12:50:01.114497-05:00 | ||
custom: | ||
Issue: "419" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
kind: BUG FIXES | ||
body: 'generate: Fixed a bug that caused all generated resource documentation to have | ||
the same content when the provider has a resource type with the same name as the | ||
provider.' | ||
time: 2024-11-18T12:51:00.736136-05:00 | ||
custom: | ||
Issue: "419" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: BUG FIXES | ||
body: 'generate: Fixed a bug that would return an error when a static file exists | ||
in both `templates` and `docs`, which will now be ignored.' | ||
time: 2024-11-18T12:52:04.748022-05:00 | ||
custom: | ||
Issue: "421" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,3 +19,6 @@ tfproviderdocsgen | |
# JetBrains IDEs files | ||
.idea/ | ||
*.iws | ||
|
||
# VSCode files | ||
.vscode |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters