wescale / hashistack

Ansible collections for HashiCorp Vault-Consul-Nomad platform automation
MIT License
59 stars 32 forks source link

fix(terraform): instance_type on scaleway mono #108

Closed makp0 closed 1 year ago

makp0 commented 1 year ago

fixes

fatal: [localhost]: FAILED! => {"changed": false, "msg": "Terraform plan could not be created\nSTDOUT: \nSTDERR: \nError: Value for undeclared variable\n\nA variable named \"instance_image\" was assigned on the command line, but the\nroot module does not declare a variable of that name. To use this value, add\na \"variable\" block to the configuration.\n\nCOMMAND: /root/hashistack/.direnv/bin/terraform plan -lock=true -input=false -no-color -detailed-exitcode -out /tmp/tmpit9ixe17.tfplan -var ssh_public_key_file=/root/hashistack/inventories/hs_tradent/group_vars/hashistack/secrets/default.key.pub -var instance_type=DEV1-L -var instance_image=debian_bullseye"}

aurelienmaury commented 1 year ago

There are issue on the GithubActions, could you please merge the current dev branch in order to pass the checks ?

aurelienmaury commented 1 year ago

Never mind, review done, I will fix the CI issues after merging. Thanks for the contrib.

aurelienmaury commented 1 year ago

Never mind, review done, I will fix the CI issues after merging. Thanks for the contrib.