From af5ebb9ce958626ecd9bdb6a6e03d96f6cdddf4b Mon Sep 17 00:00:00 2001 From: Alexander Amiri Date: Thu, 12 Mar 2026 16:29:23 +0100 Subject: [PATCH] =?UTF-8?q?Remove=20imports.tf=20=E2=80=94=20ci-infra-plan?= =?UTF-8?q?=20role=20now=20managed=20by=20Terraform?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- terraform/platform/imports.tf | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 terraform/platform/imports.tf diff --git a/terraform/platform/imports.tf b/terraform/platform/imports.tf deleted file mode 100644 index d3515b5..0000000 --- a/terraform/platform/imports.tf +++ /dev/null @@ -1,6 +0,0 @@ -# One-time import: ci-infra-plan role was pre-created via CLI to bootstrap -# the plan job. Remove this file after the first successful apply. -import { - to = module.iam.aws_iam_role.ci_infra_plan - id = "javabin-ci-infra-plan" -}