File tree Expand file tree Collapse file tree 4 files changed +17
-6
lines changed Expand file tree Collapse file tree 4 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 15
15
16
16
- name : Dependabot metadata
17
17
id : metadata
18
- uses : dependabot/fetch-metadata@v1.3.6
18
+ uses : dependabot/fetch-metadata@v1.5.1
19
19
with :
20
20
github-token : " ${{ secrets.GITHUB_TOKEN }}"
21
21
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased] ( https://github.com/rabiloo/terraform-aws-ecs/compare/v0.2.0 ...master )
8
+ ## [ Unreleased] ( https://github.com/rabiloo/terraform-aws-ecs/compare/v0.2.1 ...master )
9
9
10
10
### Added
11
11
@@ -32,6 +32,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
32
32
- Nothing
33
33
34
34
<!-- New Release notes will be placed here automatically -->
35
+ ## [ v0.2.1] ( https://github.com/rabiloo/terraform-aws-ecs/compare/v0.2.0...v0.2.1 ) - 2023-04-02
36
+
37
+ ### Add
38
+
39
+ - Submodule ` ecs-execution-role `
40
+ - Submodule ` ecs-task-role `
41
+
42
+ ### Change
43
+
44
+ - Update required AWS provider version to ` >=4.0 `
45
+
35
46
## [ v0.2.0] ( https://github.com/rabiloo/terraform-aws-ecs/compare/v0.1.1...v0.2.0 ) - 2023-01-30
36
47
37
48
### Changed
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ data "aws_iam_policy_document" "policy" {
57
57
58
58
module "policy" {
59
59
source = " terraform-aws-modules/iam/aws//modules/iam-policy"
60
- version = " ~>5.14 .0"
60
+ version = " ~>5.16 .0"
61
61
62
62
name = " ${ var . name } -policies"
63
63
policy = data. aws_iam_policy_document . policy . json
@@ -66,7 +66,7 @@ module "policy" {
66
66
67
67
module "this" {
68
68
source = " terraform-aws-modules/iam/aws//modules/iam-assumable-role"
69
- version = " ~>5.14 .0"
69
+ version = " ~>5.16 .0"
70
70
71
71
role_name = var. name
72
72
role_path = var. path
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ data "aws_iam_policy_document" "policy" {
105
105
106
106
module "policy" {
107
107
source = " terraform-aws-modules/iam/aws//modules/iam-policy"
108
- version = " ~>5.14 .0"
108
+ version = " ~>5.16 .0"
109
109
110
110
name = " ${ var . name } -policies"
111
111
policy = data. aws_iam_policy_document . policy . json
@@ -114,7 +114,7 @@ module "policy" {
114
114
115
115
module "this" {
116
116
source = " terraform-aws-modules/iam/aws//modules/iam-assumable-role"
117
- version = " ~>5.14 .0"
117
+ version = " ~>5.16 .0"
118
118
119
119
role_name = var. name
120
120
role_path = var. path
You can’t perform that action at this time.
0 commit comments