From 0b5a047da6383d97fb49ce6c871d824a7c8ceb3e Mon Sep 17 00:00:00 2001 From: Zachary Winnerman <98712682+zwinnerman-fleetdm@users.noreply.github.com> Date: Wed, 24 Aug 2022 08:09:53 -0400 Subject: [PATCH] mark ecr as immutable in preperation for 4.19.0 release (#7324) --- infrastructure/sandbox/SharedInfrastructure/eks.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/sandbox/SharedInfrastructure/eks.tf b/infrastructure/sandbox/SharedInfrastructure/eks.tf index f0ba52b8e3..c8498ec308 100644 --- a/infrastructure/sandbox/SharedInfrastructure/eks.tf +++ b/infrastructure/sandbox/SharedInfrastructure/eks.tf @@ -84,7 +84,7 @@ module "aws-eks-accelerator-for-terraform" { rolearn = i.arn username = i.id groups = ["system:masters"] - }] + }] fargate_profiles = { default = { @@ -370,7 +370,7 @@ data "aws_iam_policy_document" "ecr" { resource "aws_ecr_repository" "main" { name = "${var.prefix}-eks" - image_tag_mutability = "MUTABLE" + image_tag_mutability = "IMMUTABLE" image_scanning_configuration { scan_on_push = true