Skip to content

lazureykis/terraform-provider-hetzner-robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform Provider for Hetzner Robot

This is a Terraform provider for interacting with the Hetzner Robot API. It allows management of Hetzner resources through Terraform.

Requirements

Building The Provider

  1. Clone the repository
$ git clone https://github.com/lazureykis/terraform-provider-hetzner-robot
  1. Enter the repository directory
$ cd terraform-provider-hetzner-robot
  1. Build the provider
$ go build -o terraform-provider-hetzner-robot

Using the provider

terraform {
  required_providers {
    hetzner_robot = {
      source = "lazureykis/hetzner_robot"
    }
  }
}

provider "hetzner_robot" {
  username = "your-robot-username"
  password = "your-robot-password"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published