diff --git a/management-team-account/inspector-delegation/organizations/backend.tf b/management-team-account/inspector-delegation/organizations/backend.tf deleted file mode 100644 index 62f53b0..0000000 --- a/management-team-account/inspector-delegation/organizations/backend.tf +++ /dev/null @@ -1,9 +0,0 @@ -terraform { - backend "s3" { - bucket = "cloudfence-management-state" - key = "inspector-delegation/organizations.tfstate" - region = "ap-northeast-2" - encrypt = true - dynamodb_table = "s3-management-lock" - } -} \ No newline at end of file diff --git a/management-team-account/inspector-delegation/organizations/main.tf b/management-team-account/inspector-delegation/organizations/main.tf deleted file mode 100644 index 6ff7604..0000000 --- a/management-team-account/inspector-delegation/organizations/main.tf +++ /dev/null @@ -1,17 +0,0 @@ -terraform { - required_providers { - aws = { - source = "hashicorp/aws" - version = "~> 5.0" - } - } - -} - -provider "aws" { - region = "ap-northeast-2" -} - -resource "aws_inspector2_delegated_admin_account" "this" { - account_id = var.operation_account_id -} \ No newline at end of file diff --git a/management-team-account/inspector-delegation/organizations/variables.tf b/management-team-account/inspector-delegation/organizations/variables.tf deleted file mode 100644 index d338387..0000000 --- a/management-team-account/inspector-delegation/organizations/variables.tf +++ /dev/null @@ -1,5 +0,0 @@ -variable "operation_account_id" { - description = "operation account" - type = string - sensitive = true -} diff --git a/operation-team-account/runtime-verification/iam/main.tf b/operation-team-account/runtime-verification/iam/main.tf index d643147..77d2a2f 100644 --- a/operation-team-account/runtime-verification/iam/main.tf +++ b/operation-team-account/runtime-verification/iam/main.tf @@ -5,7 +5,6 @@ terraform { version = "~> 5.0" } } - } provider "aws" {