Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
128 changes: 0 additions & 128 deletions infrastructure/stacks/account_policies/iam_policies.tf

This file was deleted.

22 changes: 0 additions & 22 deletions infrastructure/stacks/account_policies/iam_roles.tf
Original file line number Diff line number Diff line change
@@ -1,25 +1,3 @@
# resource "aws_iam_role" "dms_vpc_role" {
# name = "dms-vpc-role"
# description = "Allows DMS to manage VPC"
# assume_role_policy = jsonencode({
# Version = "2012-10-17"
# Statement = [
# {
# Effect = "Allow"
# Principal = {
# Service = "dms.amazonaws.com"
# }
# Action = "sts:AssumeRole"
# },
# ]
# })
# }

# resource "aws_iam_role_policy_attachment" "dms_vpc_role_policy_attachment" {
# role = aws_iam_role.dms_vpc_role.name
# policy_arn = "arn:aws:iam::aws:policy/service-role/AmazonDMSVPCManagementRole"
# }

# Create the service-linked role for Shield Advanced
# This ensures the role exists before we try to use Shield Advanced features
resource "aws_iam_service_linked_role" "shield" {
Expand Down
77 changes: 0 additions & 77 deletions infrastructure/stacks/account_policies/policies/ro_billing.json

This file was deleted.

33 changes: 0 additions & 33 deletions infrastructure/stacks/account_policies/policies/ro_compute.json

This file was deleted.

110 changes: 0 additions & 110 deletions infrastructure/stacks/account_policies/policies/ro_data.json

This file was deleted.

Loading
Loading