-
Notifications
You must be signed in to change notification settings - Fork 740
Description
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.