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" -}