-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[actors.aws.entities] Bugfix the IAM Role Creation actor (#519)
* [actors.aws.entities] Bugfix the IAM Role Creation actor I was passing in a string rather than a string-pointer to a file, and that's not what the input was expecting. This is a simpler fix. * Fix unquoted docs language Co-authored-by: Scott Smitelli <[email protected]>
- Loading branch information
Showing
3 changed files
with
17 additions
and
6 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,4 @@ | |
# Copyright 2018 Nextdoor.com, Inc | ||
|
||
|
||
__version__ = "2.0.2" | ||
__version__ = "2.0.3" |