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
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
  ╷
 
  ╷
  │ Error: only lowercase alphanumeric characters, hyphens, underscores, periods, and spaces allowed in "name"
+
  │ Error: only [[lowercase]] alphanumeric characters, hyphens, underscores, periods, and spaces allowed in "name"
 
  │
 
  │
 
  │  with module.db.[[aws_db_subnet_group]].this[0],
 
  │  with module.db.[[aws_db_subnet_group]].this[0],
  │  on .terraform/your_module/aurora.tf line 4, in resource "aws_db_subnet_group" "this":
+
  │  on .terraform/your_module/pathto.tf line 4, in resource "[[aws_db_subnet_group]]" "this":
 
  │    4:  name      = "${var.db_subnet_group_name}"
 
  │    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: