Skip to content

Tags: FitnessKeeper/terraform-rk-app

Tags

v2.0.11

Toggle v2.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
workaround issue causing inconsistant planswith ssm param object (#19)

v2.0.10

Toggle v2.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Reconfigure module with a sticky ami id stored in ssm (#18)

* Reconfigure module with a sticky ami id stored in ssm

- Refactor module to handle the ami id as an insenstive value allowing terraform to properly determine the plan is noop
- Add logic to use a data lookup when ami_id is not passed and set the ssm param when it is passed
- Remove the ami data object that was getting latest by ami id - this makes no sense. Instead we put validation on the ssm param with type = aws:ec2:image

* Add note about ami_id being sticky in the description

v2.0.9

Toggle v2.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update insecure_value to be var.ami_id (#17)

v2.0.8

Toggle v2.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Replace tags with tag blocks (#15)

v2.0.7

Toggle v2.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update aws to 3.75.2 and terraform to 1.4.2 (#14)

* Update to 3.75.2

* Update terraform version constraint

v2.0.6

Toggle v2.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update terraform and aws versions (#13)

Test0.0.2

Toggle Test0.0.2's commit message
Update terraform and aws versions

Test0.0.1

Toggle Test0.0.1's commit message
Update terraform and aws versions

v2.0.5

Toggle v2.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make the ssm_param name unique (#12)

v2.0.4

Toggle v2.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update image-is filter to refer ssm_param value (#11)