latitudesh / terraform-provider-latitudesh

Latitude.sh Terraform Provider
https://registry.terraform.io/providers/latitudesh/latitudesh/latest/docs
Mozilla Public License 2.0
10 stars 4 forks source link

fix: sshkeys and project id type and update docs #49

Closed ynhummel closed 11 months ago

ynhummel commented 11 months ago

What does this PR do?

This PR aims to solve some know problems with our provider

Description of Task to be completed?

Update sshkeys and ServerProject.ID type and some general updates to comply with our Go-SDK v0.2.6

How should this be manually tested?

Them run make install to do a local installation of the provider.

Configure the provider

provider "latitudesh" { auth_token = }


and run `terraform init`. Now you are ready to start using terraform.