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     |
| ---------------- | ---------------------------------- | ------ | ------ |
| terraform-module | terraform-aws-modules/iam/aws      | 5.32.0 | 5.47.1 |
| terraform-module | tx-pts-dai/kubernetes-platform/aws | 0.7.0  | 0.9.1  |
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent ff6eb6b commit 21f3481
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,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 @@ -6,7 +6,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 @@ -40,7 +40,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.47.1"

role_name_prefix = "${local.app_name}-"

Expand Down

0 comments on commit 21f3481

Please sign in to comment.