Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 448 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 448 Bytes

Terraform Provider Instellar (Terraform Plugin Framework)

Terraform Provider for instellar module. Instellar is a component of Opsmaru

Development

Create a .envrc file with the following:

export INSTELLAR_HOST="http://localhost:4000"
export INSTELLAR_AUTH_TOKEN=""

Make sure you issue a credential from your local instellar instance and fill INSTELLAR_AUTH_TOKEN with it.

make testacc