Skip to content

Releases: cn-terraform/terraform-aws-ecs-fargate-scheduled-task

1.0.26

18 Mar 11:09
Compare
Choose a tag to compare

What's Changed

  • Remove deprecate is_enabled variable. Use state instead by @jnonino in #33

Full Changelog: 1.0.25...1.0.26

1.0.25

11 Jan 09:24
b0a5ec2
Compare
Choose a tag to compare

What's Changed

  • Adding support for permission boundary for IAM Role creation by @gthomson31 in #31

New Contributors

Full Changelog: 1.0.24...1.0.25

1.0.24

06 Oct 15:54
4cd1a76
Compare
Choose a tag to compare

What's Changed

  • Update actions/checkout action to v4 by @renovate in #27
  • Avoids creation of redundant resources when providing custom Events role. by @edsoncezar16 in #29

New Contributors

Full Changelog: 1.0.23...1.0.24

1.0.23

17 Nov 08:48
d3f46b0
Compare
Choose a tag to compare

What's Changed

  • Update actions/checkout action to v3 by @renovate in #21
  • Restrict permissions on aws_iam_policy_document by @he2ss in #23

New Contributors

  • @he2ss made their first contribution in #23

Full Changelog: 1.0.22...1.0.23

1.0.22 - Update providers

17 May 11:31
9cfb6da
Compare
Choose a tag to compare
Fix issue in terraform providers versions (#20)

* Update versions.tf

* Update mock_provider.tf

* Update mock_provider.tf

* Update versions.tf

1.0.21

02 Mar 21:14
7b4a538
Compare
Choose a tag to compare
Update AWS provider to version 4 (#16)

1.0.20

12 Feb 23:12
Compare
Choose a tag to compare
Update AWS privider

1.0.19

31 Jan 18:19
2e96de1
Compare
Choose a tag to compare
add propoagte_tags option to cloudwatch event target configuration (#11)

Co-authored-by: Robert Nesbit <robert.nesbit@clarivate.com>

1.0.18

01 Nov 11:13
Compare
Choose a tag to compare
Update modules

1.0.17

17 Sep 22:25
7238bfd
Compare
Choose a tag to compare
Add support for ECS task role (#7)

* add task definition iam role support

* removed syntax error

* fix null value error

* fixed conditional for ecs_task_role_arn

* Updated README and example