Skip to content

Tags: cloudposse/terraform-aws-route53-alias

Tags

0.13.0

Toggle 0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix: create records using `for_each` instead of `count` (#37)

* create records using for_each instead of count
* Update contributors list.

Co-authored-by: cloudpossebot <11232728 [email protected]>
Co-authored-by: Yonatan Koren <[email protected]>

0.12.1

Toggle 0.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update context.tf from origin source (#36)

Co-authored-by: cloudpossebot <11232728 [email protected]>

0.12.0

Toggle 0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
context.tf updated to v0.24.1, minimum required Terraform version bum…

…ped to 0.13.0 when needed, readme updated (#33)

0.11.0

Toggle 0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Terraform 0.14 upgrade (#32)

* Terraform 0.14 upgrade

* Update auto-context.yml

0.10.0

Toggle 0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Terraform 0.14 upgrade (#30)

0.9.0

Toggle 0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to context.tf. Use `go` modules. Update GitHub Actions (#28)

0.8.2

Toggle 0.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
use minimum versions for provider pinning (#25)

0.8.1

Toggle 0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update readme for TF0.12 (#27)

Co-authored-by: actions-bot <58130806 [email protected]>

0.8.0

Toggle 0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#23)

## What

1. Update Version Pinning for Terraform to support 0.13

## Why

1. This is a relatively minor update that the CloudPosse module already likely supports.
1. This allows module consumers to not individually update our Terraform module to support Terraform 0.13.

0.7.0

Toggle 0.7.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 ChatOps - Automated commit (#22)

## What
* Adds chatops commands
  - '/test all'
  - '/test bats'
  - '/test readme'
  - '/test terratest'
* Drops codefresh
* Drops slash-command-dispatch
* Removes codefresh badge
* Rebuilds README

## Why
* Change over from codefresh to GH Actions
* Facilitate testing of PRs from forks