Skip to content

how to fix this error #363

@Rayanekdr

Description

@Rayanekdr

Error: Your query returned no results. Please change your search criteria and try again.

│ with data.aws_ami.ubuntu,
│ on data_sources.tf line 4, in data "aws_ami" "ubuntu":
│ 4: data "aws_ami" "ubuntu" {

[cloudgoat] Error while running terraform plan.
exit code: 1
stdout:
stderr:
Error: No value for required variable

on variables.tf line 1:
1: variable "profile" {

The root module input variable "profile" is not set, and has no default
value. Use a -var or -var-file command line argument to provide a value for
this variable.

Error: No value for required variable

on variables.tf line 12:
12: variable "cgid" {

The root module input variable "cgid" is not set, and has no default value.
Use a -var or -var-file command line argument to provide a value for this
variable.

Error: No value for required variable

on variables.tf line 17:
17: variable "cg_whitelist" {

The root module input variable "cg_whitelist" is not set, and has no default
value. Use a -var or -var-file command line argument to provide a value for
this variable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions