This is an updated Terraform Appstream provider that covers almost all AWS SDK operations on Appstream service. This fork attempts to build a suitable provider that conforms as clossely as possible terraform provider standards.
$ go build ~/.terraform.d/plugins/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: julian3xl
Original code from: https://github.com/ops-guru/terraform-provider-appstream Viktor Berlov
Other forks ref'd: https://github.com/arnvid/terraform-provider-appstream Arnvid Karstad
https://github.com/bluesentry/terraform-provider-appstream Chris Mackubin