Skip to content

Releases: elestio/terraform-provider-elestio

v0.28.0

Choose a tag to compare

@adamkrim adamkrim released this 27 Mar 10:18

New services:

  • elestio_convex
  • elestio_inventree
  • elestio_litellm
  • elestio_onyx
  • elestio_openclaw
  • elestio_openobserve
  • elestio_ova_runner
  • elestio_pgduckdb
  • elestio_shinyserver
  • elestio_unibee

v0.27.1

Choose a tag to compare

@adamkrim adamkrim released this 27 Jan 06:20

Fixed an issue where the default value of the firewall_user_rules attribute incorrectly included required system ports even when firewall_enabled was false by default.

v0.27.0

Choose a tag to compare

@adamkrim adamkrim released this 12 Jan 06:44
  • New service: elestio_cryptomator
  • New service: elestio_postgis
  • New service: elestio_rybbit

v0.26.0

Choose a tag to compare

@adamkrim adamkrim released this 17 Dec 07:36

New provider functions for SSH key handling and new services

  • New service: elestio_getateam
  • New service: elestio_pgvector
  • New Function: parse_ssh_key_data() - Strips the comment from an SSH public key, returning only the key type and key data.
  • New Function: parse_ssh_key() - Parses an SSH public key and extracts both key data and username. Pass null as the username parameter to extract the username from the key comment.

SSH key improvements:

  • SSH key comments are now forbidden in ssh_public_keys.key_data. Use the new provider functions to strip comments.
  • Documented supported SSH key types: ssh-rsa, ssh-ed25519, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521.
  • Improved error messages with links to documentation and provider functions.

v0.25.0

Choose a tag to compare

@adamkrim adamkrim released this 07 Nov 08:34

Firewall ports are now fully customizable with proper validation.

New attributes:

  • firewall_user_rules: Customize the firewall rules for the service.
  • firewall_tool_rules: Read-only attribute that shows the firewall rules for the dashboard tools that are not explicitly defined in firewall_user_rules.
  • firewall_remove_tool_ports: Remove the API-managed tool ports (VS Code, Terminal, File Explorer, etc.) from the firewall rules.

v0.24.0

Choose a tag to compare

@adamkrim adamkrim released this 17 Oct 03:29

Changes:

  • Cleaned the code related to public SSH keys.
  • Added lowercase validator for provider_name attribute to ensure correct format.
  • Removed fixed provider list validators in favor of API validation.
  • Enhanced error messages to show current config, common providers, and docs link
  • Updated providers documentation with table of common providers and their full names

New services:

  • elestio_eneo
  • elestio_nats
  • elestio_streamlit
  • elestio_vibecoder

v0.23.1

Choose a tag to compare

@adamkrim adamkrim released this 13 Jul 17:06

Updated dependencies to latest versions

v0.23.0

Choose a tag to compare

@adamkrim adamkrim released this 13 Jul 14:50

Services Update:

  • Introduced several new services and updated existing ones.
  • Deprecated the following services due to discontinued support:
    • gophish
    • surrealdb

v0.22.0

Choose a tag to compare

@adamkrim adamkrim released this 13 Jul 14:29

Fixes:

  • Firewall ports now display the correct enabled ports.
  • Firewall can be enabled on all services; the default is true unless the service template doesn't have custom ports.
  • Custom domain names are fixed and default value is [].

v0.21.0

Choose a tag to compare

@adamkrim adamkrim released this 17 Apr 16:08

Added new resources:

  • elestio_civicrm
  • elestio_jibri
  • elestio_omeka
  • elestio_repman

Renamed resources:

  • elestio_libretranslate -> elestio_osstranslate