+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 (for terraform 0.12)
$ go build ~/.terraform.d/plugin-cache/registry.terraform.io/arnvid/appstream/1.0.x/<platform> (for terraform 0.13+)
$ terraform init
$ terraform plan
$ terraform apply
Several other terraform provider projects have been used to reference 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: Arnvid Karstad
Contributors: Konstantin Odnoralov Syed Hussain
Original code from: https://github.com/ops-guru/terraform-provider-appstream Viktor Berlov
Other forks ref'd: https://github.com/bluesentry/terraform-provider-appstream Chris Mackubin
https://github.com/nparfait/terraform-provider-appstream Nicolas Parfait
https://github.com/julian3xl/terraform-provider-appstream julian3xl
https://github.com/PMI-DEEP-Infra/terraform-provider-appstream PMI DEEP Infra Team Jorge Canha