We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19bfbaf commit 51befbeCopy full SHA for 51befbe
aws_config.tf
@@ -31,7 +31,13 @@ resource "aws_config_config_rule" "this" {
31
resource "aws_config_configuration_recorder" "this" {
32
name = "${local.project}-recorder"
33
role_arn = aws_iam_role.config.arn
34
+ recording_group {
35
+ all_supported = false
36
+ include_global_resource_types = false
37
+ resource_types = var.resource_types
38
+ }
39
}
40
+
41
# # ---------------------------------------------------------------------------------------------------------------------#
42
# Create AWS Config recorder status
43
0 commit comments