Skip to content

Commit

Permalink
chore(deps): update terraform minor / patch updates
Browse files Browse the repository at this point in the history
| datasource       | package                            | from   | to     |
| ---------------- | ---------------------------------- | ------ | ------ |
| github-releases  | hashicorp/terraform                | 1.9.8  | 1.10.0 |
| terraform-module | terraform-aws-modules/alb/aws      | 9.11.0 | 9.12.0 |
| terraform-module | terraform-aws-modules/iam/aws      | 5.32.0 | 5.48.0 |
| terraform-module | tx-pts-dai/kubernetes-platform/aws | 0.7.0  | 0.9.1  |
| helm             | webapp                             | 1.3.0  | 1.6.0  |
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent 7a6d438 commit db59ba4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ resource "helm_release" "app" {
name = trim(substr(var.app_name, 0, 53), "-")
repository = "https://dnd-it.github.io/helm-charts"
chart = "webapp"
version = "1.3.0"
version = "1.6.0"
namespace = coalesce(var.namespace, data.terraform_remote_state.infra_local.outputs.k8s_namespace)
create_namespace = true
atomic = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ locals {
region = "@{{ cookiecutter.aws_region }}"
}
terraform {
required_version = "~> 1.9.0"
required_version = "~> 1.10.0"

backend "s3" {
dynamodb_table = "terraform-lock"
Expand Down Expand Up @@ -70,7 +70,7 @@ data "terraform_remote_state" "infra_local" {

module "platform_ssm" {
source = "tx-pts-dai/kubernetes-platform/aws//modules/ssm"
version = "0.7.0"
version = "0.9.1"

base_prefix = "infrastructure"
stack_type = "platform"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ module "acm" {

module "alb" {
source = "terraform-aws-modules/alb/aws"
version = "9.11.0"
version = "9.12.0"

name = var.app_name
vpc_id = local.vpc_id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ locals {

module "platform_ssm" {
source = "tx-pts-dai/kubernetes-platform/aws//modules/ssm"
version = "0.7.0"
version = "0.9.1"

base_prefix = "infrastructure"
stack_type = "platform"
Expand Down Expand Up @@ -74,7 +74,7 @@ resource "aws_iam_policy" "get_all_secrets" {

module "iam_eks_role" {
source = "terraform-aws-modules/iam/aws//modules/iam-eks-role"
version = "5.32.0"
version = "5.48.0"

role_name_prefix = "${var.app_name}-"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
}

terraform {
required_version = "~> 1.9.0"
required_version = "~> 1.10.0"

backend "s3" {
dynamodb_table = "terraform-lock"
Expand Down

0 comments on commit db59ba4

Please sign in to comment.