Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
magenx authored Jun 17, 2024
1 parent 51befbe commit 1e5273e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,21 @@ variable "aws_config_rule" {
}
}

# Define the variable for resource types
variable "resource_types" {
type = list(string)
default = [
"AWS::EC2::Instance",
"AWS::S3::Bucket",
"AWS::IAM::Role",
"AWS::IAM::User",
"AWS::RDS::DBInstance",
"AWS::EC2::VPC",
"AWS::EC2::Subnet",
"AWS::EC2::SecurityGroup"
]
}

variable "az_number" {
description = "Assign a number to each AZ letter used in secondary cidr/subnets configuration"
default = {
Expand Down

0 comments on commit 1e5273e

Please sign in to comment.