Skip to content

Releases: masterpointio/terraform-aws-ssm-agent

1.1.0: Add outbound IPV6 support

15 May 19:52
7611ba9
Compare
Choose a tag to compare

What's Changed

  • fix: add ipv6 space to egress by @oycyc in #22

New Contributors

  • @oycyc made their first contribution in #22

Full Changelog: 1.0.0...1.1.0

1.0.0: First 1.0 + breaking changes around variables

20 Feb 20:16
9adca81
Compare
Choose a tag to compare

What's Changed

  • feat: roll instances + modify ASG sizes + add aqua by @Gowiem in #20
  • Breaking Changes:
    • Removes the instance_count variable and uses the actual desired_capacity, min_size, max_size variables
    • Requires AWS Provider 5.0+
    • Updates module to roll existing ASG instances when the launch template is updated (AMI, user-data, whatever)

Full Changelog: 0.17.1...1.0.0

0.17.1

16 Feb 09:34
8f57206
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.17.0...0.17.1

0.17.0

05 Feb 15:06
782823c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.16.1...0.17.0

0.16.1 - Fix lifecycle rules

26 Jun 16:40
76992e9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.16.0...0.16.1

0.16.0 - Bump S3 bucket module version

26 Jun 11:55
9aef4a9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.15.1...0.16.0

0.15.1: Fix EC2 instance naming

27 Jan 08:19
c2f229a
Compare
Choose a tag to compare

0.15.0: Upgrade to the latest version of 'cloudposse/label/null' + fix #10

26 Jan 12:24
84f133e
Compare
Choose a tag to compare

Make data resources for session logging dependent on session_logging_enabled var (#13)

14 Sep 00:02
7d5f78c
Compare
Choose a tag to compare
Merge pull request #13 from joe-niland/feat/data-resources-dependent-…

…on-session-logging-enabled

Adds `var.session_logging_ssm_document_name` to enable setting the SSM Document name

28 Mar 18:24
b942a1b
Compare
Choose a tag to compare