Difference between revisions of "Error: only lowercase alphanumeric characters, hyphens, underscores, periods, and spaces allowed in "name""

From wikieduonline
Jump to navigation Jump to search
(Created page with " == See also == * {{terraform plan}} Category:Terraform")
 
Line 1: Line 1:
  
 +
 +
 +
│ Error: only lowercase alphanumeric characters, hyphens, underscores, periods, and spaces allowed in "name"
 +
 +
│  with module.db.aws_db_subnet_group.this[0],
 +
│  on .terraform/modules/db/modules/database/aurora.tf line 4, in resource "aws_db_subnet_group" "this":
 +
│    4:  name      = "${var.db_subnet_group_name}"
 +
 +
  
  

Revision as of 17:05, 20 September 2021


╷
│ Error: only lowercase alphanumeric characters, hyphens, underscores, periods, and spaces allowed in "name"
│
│   with module.db.aws_db_subnet_group.this[0],
│   on .terraform/modules/db/modules/database/aurora.tf line 4, in resource "aws_db_subnet_group" "this":
│    4:   name       = "${var.db_subnet_group_name}"
│
╵


See also

Advertising: