Skip to content

julian3xl/terraform-provider-appstream

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform AppStream 2.0 provider

terraform-provider-appstream

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
$ 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

Authors/Contributors/Forks

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

About

AWS Appstream2.0 terraform provider

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%