Skip to content

Commit 73b296f

Browse files
modular-magicianc2thorn
authored andcommitted
missed iam resources in update (#9117) (#6403)
Signed-off-by: Modular Magician <[email protected]>
1 parent d1eea9b commit 73b296f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/9117.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

website/docs/guides/version_5_upgrade.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Throughout the provider there were many resources which erroneously gave false p
237237

238238
### Datasources now error universally on 404
239239

240-
All data sources have been updated to return an error when a target resource URI can not be reached. Previously this was inconsistent between different datasources in whether an empty value was returned to Terraform state upon 404 or if an error was returned, but this has been standardized. Any plans that reference datasources which no longer exist (or do not exist yet) will need to be revised to have these datasources removed from configuration files.
240+
All non-IAM data sources have been updated to return an error when a target resource URI can not be reached. Previously this was inconsistent between different datasources in whether an empty value was returned to Terraform state upon 404 or if an error was returned, but this has been standardized. Any plans that reference datasources which no longer exist (or do not exist yet) will need to be revised to have these datasources removed from configuration files.
241241

242242
## Datasource: `google_product_datasource`
243243

0 commit comments

Comments
 (0)