You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some problems with the configuration, described below.
The Terraform configuration must be valid before initialization so that
Terraform can determine which modules and providers need to be installed.
Error: Invalid template control keyword
on .terraform/modules/elasticsearch_cleanup.artifact/main.tf line 2, in data "external" "curl":
2: program = ["curl", "${var.curl_arguments}", "--write-out", "{\"success\": \"true\", \"filename_effective\": \"%{filename_effective}\"}", "-o", "${local.output_file}", "${local.url}"]
"filename_effective" is not a valid template control keyword.
Error: Unsuitable value type
on .terraform/modules/elasticsearch_cleanup.artifact/variables.tf line 11, in variable "module_path":
11: description = "Local path to the terraform module; e.g. `${path.module}`"
Unsuitable value: value must be known
Error: Variables not allowed
on .terraform/modules/elasticsearch_cleanup.artifact/variables.tf line 11, in variable "module_path":
11: description = "Local path to the terraform module; e.g. `${path.module}`"
Variables may not be used here.
After a clean terraform init. I am using ?ref=tags/0.4.0
The text was updated successfully, but these errors were encountered:
Hej Carlos Vieira,
welcome to the internet. Particularly this corner, Github, where you can
simply use Thumbs Up 👍 or Thumbs Down 👎 emojis to signal you approval,
disapproval respectively.
This might be your first day here, so I am telling you nicely that it
really annoys the hell out of people who are subscribed to receive
notifications on these issues.
Stop posting +1, when you can use Thumbs Up 👍.
Also don‘t answer to this topic other than the original issue
Sincerely,
Lukas
After a clean
terraform init
. I am using?ref=tags/0.4.0
The text was updated successfully, but these errors were encountered: