Actualiser vpc-production.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 3m42s

This commit is contained in:
2025-08-07 15:42:27 +02:00
parent 67a89d84ba
commit 97b4962c47

View File

@@ -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({