Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
fix: add EKS cluster back in for recording
Browse files Browse the repository at this point in the history
  • Loading branch information
anandg112 committed Jun 24, 2021
1 parent 70d7379 commit e36126c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resource "aws_config_configuration_recorder" "recorder" {
resource_types = ["AWS::EC2::Host", "AWS::EC2::Instance", "AWS::EC2::VPC",
"AWS::ElasticLoadBalancingV2::LoadBalancer", "AWS::IAM::Group", "AWS::IAM::Policy",
"AWS::IAM::Role", "AWS::Lambda::Function", "AWS::RDS::DBCluster", "AWS::RDS::DBInstance",
"AWS::S3::AccountPublicAccessBlock", "AWS::S3::Bucket", "AWS::EC2::Volume",
"AWS::S3::AccountPublicAccessBlock", "AWS::S3::Bucket", "AWS::EC2::Volume", "AWS::EKS::Cluster",
"AWS::EC2::SecurityGroup", "AWS::CloudTrail::Trail", "AWS::KMS::Key"]
}
}
Expand Down

0 comments on commit e36126c

Please sign in to comment.