$ go build -o terraform-provider-appstream
$ terraform init
$ terraform plan
$ terraform apply
#Development notes Several other terraform provider projects have been used to refrence how a module should be written, The goal of this version is to be able to run properly with Terraform Cloud and Terraform Enterprise. Along side with removing the need for access and secret key in variables and only pass the necessary to be assumed.
Large portions of code for authentication in config.go & provider.go is from: https://github.com/terraform-providers/terraform-provider-aws
This fork is by: Nicolas Parfait
Original code from: https://github.com/ops-guru/terraform-provider-appstream Arnvid Karstad