Skip to content

v0.2.3

Compare
Choose a tag to compare
@furkhat furkhat released this 15 Apr 20:50
· 177 commits to syseleven/master since this release
  • new field to metakube_cluster resource - enable_ssh_agent which can be set false if automatic sshkeys management is not desired.
  • new fields to metakube_resource_node_deployment - instance_ready_check_timeout and instance_ready_check_period. Most of the times users won't need to set these fields since we have fine tuned defaults.
  • import behavior changed.
    • Import of metakube_resource_node_deployment now requires project_id:cluster_id:node_deployment_name as argument instead of project_id:seed:cluster_id:node_deployment_name.
    • Resources metakube_cluster, metakube_project, metakube_service_account, metakube_sshkey can be imported simply by id terraform import resource_id.
  • Breaking change - internal state structure changed. This will break existing terraform state if you used versions < 0.2.3. You can delete state file and reinitialize state with terraform import commands.
  • Bugfix #20