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
Line 4: Line 4:
 
  │ 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/modules/db/modules/database/aurora.tf line 4, in resource "aws_db_subnet_group" "this":
+
  │  on .terraform/your_module/aurora.tf line 4, in resource "aws_db_subnet_group" "this":
 
  │    4:  name      = "${var.db_subnet_group_name}"
 
  │    4:  name      = "${var.db_subnet_group_name}"
 
  │
 
  │

Revision as of 17:06, 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/your_module/aurora.tf line 4, in resource "aws_db_subnet_group" "this":
│    4:   name       = "${var.db_subnet_group_name}"
│
╵


See also

Advertising: