Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Release History

## 1.0.4 [2025-12-04]

Fixed: Control stuck on Running state for resource type targets account on gov and china cloud.

## 1.0.3 [2025-09-17]

Fixed: Resolved an issue where controls encountering non-fatal errors were not retried and remained in the handling state indefinitely.
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const setAWSEnvVars = ($) => {
}
}

const region =
let region =
$.item?.turbot?.custom?.aws?.regionName ??
$.item?.turbot?.metadata?.aws?.regionName ??
$.item?.metadata?.aws?.regionName;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@turbot/guardrails-lib-fn",
"author": "Turbot HQ, Inc",
"version": "1.0.3",
"version": "1.0.4",
"description": "Guardrails Lib Fn.",
"license": "Apache-2.0",
"repository": {
Expand Down