You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
266 B

  1. terraform {
  2. required_providers {
  3. hcloud = {
  4. source = "hetznercloud/hcloud"
  5. version = "1.31.1"
  6. }
  7. null = {
  8. source = "hashicorp/null"
  9. }
  10. template = {
  11. source = "hashicorp/template"
  12. }
  13. }
  14. required_version = ">= 0.14"
  15. }