Difference between revisions of "Error: Invalid reference"

From wikieduonline
Jump to navigation Jump to search
Line 15: Line 15:
 
  │ 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 29, in module "vpc":
 +
│  29:  create_database_subnet_group = my_yes_wrong_anwser
 +
 +
│ A reference to a resource type must be followed by at least one attribute access, specifying the resource name.
 +
 +
  Solution: make your that boolean resources such as [[create_database_subnet_group]] use: true or false
  
 
== Related ==
 
== Related ==

Revision as of 14:59, 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.
╵
╷
│ Error: Invalid reference
│
│   on main.tf line 29, in module "vpc":
│   29:  create_database_subnet_group = my_yes_wrong_anwser
│
│ A reference to a resource type must be followed by at least one attribute access, specifying the resource name.
╵
 Solution: make your that boolean resources such as create_database_subnet_group use: true or false

Related

Error: Reference to undeclared resource


See also

Advertising: