Skip to content

Tags: argonautdev/tf-modules

Tags

v0.22.8

Toggle v0.22.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Gke 1.27 (#118)

v0.22.7

Toggle v0.22.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
EKS Module version change (#117)

v0.22.6

Toggle v0.22.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
EKS Upgrade + Subnet changes (#115)

v0.22.5

Toggle v0.22.5's commit message

Verified

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

* Provider changes

* Elasticache, EKS, Redis provider block fix

* Elasticsearch, elasticache module provider fix

* MSK Provider

* Aurora postgresql enhancements

* Removed mariadb 10.3 from schema

* Removed mariadb 10.3 from schema

* Elasticsearch redis 7 + aurora serverless directory change + document db versions

* MariaDB sort order

* Allow major engine version upgrades

* Allow major engine version upgrades to rds

* Allow Aurora verison upgrade

v0.22.4

Toggle v0.22.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
S3 Bucket ACL Error Fix (#111)

* S3 Bucket ACL Error Fix

* Provider Version

v0.22.3

Toggle v0.22.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: vpc creation fails because of unexpected variables (#110)

VPC creates are failing my guess is that the required provider blocks in the upstream module which is

```terraform
terraform {
  required_version = ">= 0.13.1"

  required_providers {
    aws = {
      source  = "hashicorp/aws"
      version = ">= 3.63"
    }
  }
}
```
is picking up the latest provider version upstream (`5.x.x`). This is causing issues (my guess is move from 4 to 5 had breaking changes). We should be more pessimistic about version upgrades. I changed it to `4.67.x` (only patches will be allowed). `4.67` is the latest in the `4` series and it is working for us. I can't change it to `3.64.x` because downgrading might not be backwards compatible.

Similar issue might happen with other modules as well, so we need to pin their version as well.

v0.22.2

Toggle v0.22.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 #109 from argonautdev/cluster_autoscaler_1.27_changes

Adding missing permissions to cluster autoscaler

v0.22.1

Toggle v0.22.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 #108 from argonautdev/gke_spot

Spot support for GKE Nodepool

v0.22.0

Toggle v0.22.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 #105 from argonautdev/rds_snapshot

RDS restore snapshot changes

v0.21.9

Toggle v0.21.9'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 #99 from argonautdev/rds-mariadb

MariaDB