Difference between revisions of "Error: Missing required argument"

From wikieduonline
Jump to navigation Jump to search
Line 7: Line 7:
 
  │
 
  │
 
  │ "launch_template": one of `[[ami]],[[instance_type]],launch_template` must be specified
 
  │ "launch_template": one of `[[ami]],[[instance_type]],launch_template` must be specified
 
  
 
  ╷
 
  ╷
Line 18: Line 17:
 
  │ The argument "[[major_engine_version]]" is required, but no definition was found.
 
  │ The argument "[[major_engine_version]]" is required, but no definition was found.
 
  ╵
 
  ╵
 +
 +
 +
│ Error: Missing required argument
 +
 +
│  with module.db_aurora.module.db_parameter_group.aws_db_parameter_group.this[0],
 +
│  on ../../modules/db_parameter_group/main.tf line 14, in resource "[[aws_db_parameter_group]]" "this":
 +
│  14:  family      = var.family
 +
 +
│ The argument "family" is required, but no definition was found.
 +
 +
 +
  
 
== See also ==
 
== See also ==

Revision as of 07:42, 7 June 2022

│ Error: Missing required argument
│
│   with module.compute.aws_instance.this[0],
│   on ../path/to/your/terraformodule.tf  line 1, in resource "aws_instance" "this":
│    1: resource "aws_instance" "this" {
│
│ "launch_template": one of `ami,instance_type,launch_template` must be specified
╷
│ Error: Missing required argument
│
│   with module.db_aurora.module.db_option_group.aws_db_option_group.this[0],
│   on ../../modules/db_option_group/main.tf line 15, in resource "aws_db_option_group" "this":
│    15:   major_engine_version     = var.major_engine_version
│
│ The argument "major_engine_version" is required, but no definition was found.
╵
╷
│ Error: Missing required argument
│
│   with module.db_aurora.module.db_parameter_group.aws_db_parameter_group.this[0],
│   on ../../modules/db_parameter_group/main.tf line 14, in resource "aws_db_parameter_group" "this":
│   14:   family      = var.family
│
│ The argument "family" is required, but no definition was found.
╵


See also

Advertising: