Difference between revisions of "Error: Invalid reference"

From wikieduonline
Jump to navigation Jump to search
Line 6: Line 6:
 
  │
 
  │
 
  │ A reference to a resource type must be followed by at least one attribute access, specifying the resource name.
 
  │ A reference to a resource type must be followed by at least one attribute access, specifying the resource name.
 +
 +
 +
│ Error: Invalid reference
 +
 +
│  on main.tf line 14, in resource "[[aws_db_instance]]" "my_mariadb_instance":
 +
│  14:  [[db_subnet_group_name]] = subnet-0526dd2e6xxxxx
 +
 +
│ A reference to a resource type must be followed by at least one attribute access, [[specifying the resource name]].
 +
  
 
== See also ==
 
== See also ==

Revision as of 11:44, 2 June 2022

╷
│ Error: Invalid reference
│
│   on .terraform/modules/paht/to/your/module.tf line 5, in resource "aws_db_subnet_group" "this":
│    5:   name       = your_name
│
│ A reference to a resource type must be followed by at least one attribute access, specifying the resource name.
╷
│ Error: Invalid reference
│
│   on main.tf line 14, in resource "aws_db_instance" "my_mariadb_instance":
│   14:   db_subnet_group_name = subnet-0526dd2e6xxxxx
│
│ A reference to a resource type must be followed by at least one attribute access, specifying the resource name.
╵

See also

Advertising: