feat(module): add output variable arn
and deprecate output variable iam_role_arn
This commit is contained in:
parent
336e7703d6
commit
441295d140
3 changed files with 19 additions and 2 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -2,8 +2,18 @@
|
|||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## 1.1.0 - 2025-04-12
|
||||
|
||||
### Added
|
||||
|
||||
- Added output variable `arn`.
|
||||
|
||||
### Deprecated
|
||||
|
||||
- Deprecated output variable `iam_role_arn`. Use `arn` instead.
|
||||
|
||||
## 1.0.0 - 2025-04-11
|
||||
|
||||
### Added
|
||||
|
||||
- initial import
|
||||
- Initial import.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue