@reventlessdev/rescript-pulumi-aws 2.4.0-alpha.57 → 2.4.0-alpha.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,13 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# 2.4.0-alpha.58 (2026-07-22)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **aws:** tag every taggable resource the framework still left bare ([d4f7a90](https://github.com/ReventlessDev/reventless-core/commit/d4f7a908bcaf686ff59a85e300efac4e5e6199df))
|
|
11
|
+
|
|
12
|
+
|
|
6
13
|
# 2.4.0-alpha.57 (2026-07-22)
|
|
7
14
|
|
|
8
15
|
### Features
|
package/package.json
CHANGED
|
@@ -24,6 +24,7 @@ type args = {
|
|
|
24
24
|
executionRoleArn?: Pulumi.Input.t<string>,
|
|
25
25
|
/** ARN of IAM role that allows your Amazon ECS container task to make calls to other AWS services. */
|
|
26
26
|
taskRoleArn?: Pulumi.Input.t<string>,
|
|
27
|
+
tags?: Pulumi.Input.t<Aws.tags>,
|
|
27
28
|
}
|
|
28
29
|
|
|
29
30
|
@module("@pulumi/aws") @scope("ecs") @new
|