Skip to content

Tags: FitnessKeeper/terraform-rk-app

Tags

v2.0.3

Toggle v2.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Create aws_ssm_parameter (#10)

v2.0.2

Toggle v2.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #5 from berge616/patch-1

Update main.tf

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #4 from berge616/patch-1

Add Crowdstrike tag

Test2.0.7

Toggle Test2.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #5 from berge616/patch-1

Update main.tf

Test2.0.6

Toggle Test2.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #5 from berge616/patch-1

Update main.tf

Test2.0.5

Toggle Test2.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #5 from berge616/patch-1

Update main.tf

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #3 from FitnessKeeper/casper-upgrade-12

Upgrade to TF 12, initial

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding a default cooldown for asg of 60s (#2)

The standard default is 300s, which is a bit to long

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updates to allow us to apply autoscaling policies (#1)

* Adding outputs and removing desired_capacity

removing desired capacity based on the note here https://www.terraform.io/docs/providers/aws/r/autoscaling_policy.html
This is in preperation of attaching autoscaling policies to the ASG. The
desired capacity will either be set by the ASG, *OR* by to the min level
of the ASG

* ADDING README

* Removing desired_capacity

* Adding tg name to outputs

* README and Cleanup

* Adding CODEOWNERS FILE