Skatteetaten / terraform-nomad-nifiregistry

1 stars 1 forks source link

Example `standalone` fails #30

Closed hannemariavister closed 3 years ago

hannemariavister commented 3 years ago

Current behaviour

By executing the example example/standalone with command make up-standalone following error message occurs:

TASK [Terraform nifi_registry standalone] **************************************
fatal: [default]: FAILED! => {
    "changed": false
}

MSG:

Failed to validate Terraform configuration files:

Error: Unsupported argument

  on main.tf line 7, in module "nifi_registry":
   7:   nomad_host_volume = "persistence"

An argument named "nomad_host_volume" is not expected here.

Error: Unsupported argument

  on main.tf line 15, in module "nifi_registry":
  15:   use_host_volume = false

An argument named "use_host_volume" is not expected here.

PLAY RECAP *********************************************************************
default                    : ok=2    changed=0    unreachable=0    failed=1    skipped=0    rescued=0    ignored=0   

Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.

How to reproduce?

Run make up-standalone

Suggestion(s)/solution(s) [Optional]

Remove variables:

Checklist (after created issue)

karimacherradi commented 3 years ago

Solved in isuue_22