Skip to content

Commit

Permalink
Merge pull request #7362 from ministryofjustice/feature/7182-archive-…
Browse files Browse the repository at this point in the history
…modernisation-platform-terraform-s3-bucket-replication-role

feature/7182 archiving modernisation platform terraform s3 bucket replication role
  • Loading branch information
Kudzai-moj authored Jun 27, 2024
2 parents 46e3053 + 37f1856 commit 0e025a4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 17 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ Modernisation Platform users can use these modules in their infrastructure. They
| [modernisation-platform-terraform-bastion-linux](https://github.com/ministryofjustice/modernisation-platform-terraform-bastion-linux) | Module for creating Linux bastion servers in member AWS accounts |
| [modernisation-platform-terraform-ecs-cluster](https://github.com/ministryofjustice/modernisation-platform-terraform-ecs-cluster) | Module for creating ECS cluster |
| [modernisation-platform-terraform-s3-bucket](https://github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket) | Module for creating S3 buckets with sensible defaults e.g. replication, encryption |
| [modernisation-platform-terraform-s3-bucket-replication-role](https://github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket-replication-role) | Module for creating an IAM role for S3 bucket replication |
| [modernisation-platform-terraform-aws-vm-import](https://github.com/ministryofjustice/modernisation-platform-terraform-aws-vm-import) | Module that creates s3 and roles needed to import virtual machine (VM) images from your virtualization environment to Amazon EC2 as Amazon Machine Images (AMI) |
| [modernisation-platform-terraform-pagerduty-integration](https://github.com/ministryofjustice/modernisation-platform-terraform-pagerduty-integration) | Module associating an SNS topic with a PagerDuty service |
| [modernisation-platform-terraform-loadbalancer](https://github.com/ministryofjustice/modernisation-platform-terraform-loadbalancer) | Module that creates application load balancer in AWS with logging enabled, s3 to store logs and Athena DB to query logs |
Expand Down
1 change: 0 additions & 1 deletion source/runbooks/dr-process.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ Use the version number stated so these changes are easily recognisable. The vers
| GitHub OIDC Role | https://github.com/ministryofjustice/modernisation-platform-github-oidc-role | | No |
| Terraform Member VPC | https://github.com/ministryofjustice/modernisation-platform-terraform-member-vpc | This module creates the member accounts VPC and networking. | Yes |
| Terraform IAM Superadmins | https://github.com/ministryofjustice/modernisation-platform-terraform-iam-superadmins | This repository holds a Terraform module that creates set IAM accounts and associated configuration, such as: account password policies, administrator groups, user accounts. | No |
| S3 Bucket Replication | https://github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket-replication-role | A Terraform module to create an IAM role for S3 bucket replication. | No, region variable when called. |
| EC2 Instance | https://github.com/ministryofjustice/modernisation-platform-terraform-ec2-instance | Module for an ec2 instance creation. | No, region variable when called. |
| GitHub OIDC Provider | https://github.com/ministryofjustice/modernisation-platform-github-oidc-provider | This module allows users to create an OIDC Provider and the associated IAM resources required to make use of the connect provider. | No |
| ECS Cluster | https://github.com/ministryofjustice/modernisation-platform-terraform-ecs-cluster | This repository provides 2 Terraform Modules: Cluster and Service | No, region variable when called. |
Expand Down
14 changes: 0 additions & 14 deletions terraform/github/repositories.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,20 +70,6 @@ module "terraform-module-iam-superadmins" {
secrets = nonsensitive(local.testing_ci_iam_user_keys)
}

module "terraform-module-s3-bucket-replication-role" {
source = "./modules/repository"
name = "modernisation-platform-terraform-s3-bucket-replication-role"
type = "module"
description = "Module for creating an IAM role for S3 bucket replication"
topics = [
"aws",
"s3",
"s3-replication",
"iam"
]
secrets = nonsensitive(local.testing_ci_iam_user_keys)
}

module "terraform-module-s3-bucket" {
source = "./modules/repository"
name = "modernisation-platform-terraform-s3-bucket"
Expand Down
1 change: 0 additions & 1 deletion terraform/github/teams.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ module "core-team" {
module.terraform-module-cross-account-access.repository.name,
module.terraform-module-environments.repository.name,
module.terraform-module-iam-superadmins.repository.name,
module.terraform-module-s3-bucket-replication-role.repository.name,
module.terraform-module-s3-bucket.repository.name,
module.terraform-module-bastion-linux.repository.name,
module.terraform-module-aws-vm-import.repository.name,
Expand Down

0 comments on commit 0e025a4

Please sign in to comment.