Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 2.03 KB

README.md

File metadata and controls

53 lines (38 loc) · 2.03 KB

Terraform AppStream 2.0 provider

terraform-provider-appstream

release

+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.

Provider usage

$ 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

Development notes

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

Authors/Contributors/Forks

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