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")
 
 
(4 intermediate revisions by the same user not shown)
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/your_module/pathto.tf line 4, in resource "[[aws_db_subnet_group]]" "this":
 +
│    4:  name      = "${var.db_subnet_group_name}"
 +
 +
 +
 +
 +
[[Error: only lowercase alphanumeric characters and hyphens allowed in "XXXXX"]]
  
  

Latest revision as of 07:55, 21 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/your_module/pathto.tf line 4, in resource "aws_db_subnet_group" "this":
│    4:   name       = "${var.db_subnet_group_name}"
│
╵


Error: only lowercase alphanumeric characters and hyphens allowed in "XXXXX"


See also[edit]

Advertising: