Writing Provider in Terrform Using - GO
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
https://www.hashicorp.com/resources/creating-terraform-provider-for-anything
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
You can have any resource that is backed by any form of an API . It can be . It can be JSON API , JRPC , XML API . Any type of resource that is backed by an API can be turned into a Terraform Provider .
Terraform is a state Machine .
terraform is acting as a frontend client .
Comments
Post a Comment