terraform-aws-modules / terraform-aws-vpc

Terraform module to create AWS VPC resources πŸ‡ΊπŸ‡¦
https://registry.terraform.io/modules/terraform-aws-modules/vpc/aws
Apache License 2.0
2.99k stars 4.44k forks source link

when creating VPC configuration #1024

Closed naskhan986 closed 11 months ago

naskhan986 commented 11 months ago

Error: only lowercase alphanumeric characters, hyphens, underscores, periods, and spaces are allowed in "name" β”‚ β”‚ with module.vpc.aws_db_subnet_group.database[0], β”‚ on .terraform\modules\vpc\main.tf line 374, in resource "aws_db_subnet_group" "database": β”‚ 374: name = lower(coalesce(var.database_subnet_group_name, var.name))

github-actions[bot] commented 10 months ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.