Skip to content

Commit

Permalink
Added README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnvid Lau Karstad committed May 3, 2020
1 parent 275d468 commit 3f0381c
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Terraform AppStream 2.0 provider
# terraform-provider-appstream
Terraform appstream provider


# Provider usage

Expand All @@ -8,4 +9,28 @@ $ go build -o 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.






## 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)

0 comments on commit 3f0381c

Please sign in to comment.