kalisio/kaabah

Upgrade to terraform 0.12

cnouguier opened this issue · 2 comments

  • upgrade to terraform 0.11.14 to check the migration

=> the output provides the actions to do:

  • provider is a reserved name
  • upgrade provider null to 2.1.2
  • upgrade provider scaleway to 1.16.0 => need to update the module. See #153

Lot of changes required.
We faced one issue concerning the use of the bastion within the destroy provisionner. It is no more allowed to use external variables. See: hashicorp/terraform#23679