Actualiser vpc-production.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 3m42s
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 3m42s
This commit is contained in:
@@ -206,7 +206,6 @@ resource "aws_iam_role" "flow_logs_role" {
|
||||
#
|
||||
resource "aws_iam_role_policy" "create_log_group_policy" {
|
||||
name = "allow-log-group-policy"
|
||||
description = "Policy for VPC flow logs"
|
||||
role = aws_iam_role.flow_logs_role.name
|
||||
|
||||
policy = jsonencode({
|
||||
|
Reference in New Issue
Block a user