From 3f0381c03a35029f227ccde4a711635df7b6e83c Mon Sep 17 00:00:00 2001 From: Arnvid Lau Karstad Date: Sun, 3 May 2020 04:07:09 +0200 Subject: [PATCH] Added README.md --- README.md | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 023cc4d..50dfb80 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ +## Terraform AppStream 2.0 provider # terraform-provider-appstream -Terraform appstream provider + # Provider usage @@ -8,4 +9,28 @@ $ go build -o terraform-provider-appstream $ terraform init $ terraform plan $ terraform apply -``` \ No newline at end of file +``` + +#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. + + + + + + +## Authors/Contributors/Forks +This fork is by: +[Arnvid Karstad](https://github.com/arnvid) + +Original code from: +https://github.com/ops-guru/terraform-provider-appstream +[Viktor Berlov](https://github.com/vktr-brlv) + +Noteable forks refrenced: +https://github.com/bluesentry/terraform-provider-appstream +[Chris Mackubin](https://github.com/chris-mackubin) +