This commit is contained in:
havelight-ee
2023-08-09 12:10:53 +09:00
parent a63999d4cc
commit b576d18f0f
5 changed files with 656 additions and 655 deletions

View File

@@ -1,13 +1,11 @@
locals {
services = {
"S3" : "s3",
"EFS" : "elasticfilesystem",
"EC2" : "ec2",
"Route53" : "route53",
"Lambda" : "lambda",
"CloudWatch" : "cloudwatch",
"CloudTrail" : "cloudtrail"
"Logs" : "logs"
"CloudWatch" : "cloudwatch",
"CloudTrail" : "cloudtrail",
"Logs" : "logs",
"S3" : "s3",
"Ec2" : "ec2",
"Sqs" : "sqs"
}
}
@@ -74,4 +72,3 @@ resource "aws_iam_group_policy_attachment" "full_access" {
group = each.value.name
policy_arn = aws_iam_policy.full_access[each.key].arn
}