Bump terraform script compatibility

Should work with beta 1 since it pulls the latest provider image from Alexandres Dockerhub
This commit is contained in:
Phillip Jensen
2021-03-18 20:39:53 +01:00
committed by GitHub
parent e211ddd715
commit 0eb05b1049

View File

@@ -71,11 +71,11 @@ Note: this guide and it's contents is specific to New Golem and it's current imp
## Monitoring
- [Golem Provider Terraform](https://github.com/nemani/golem-provider-terraform) - A terraform script to automatically deploy a Golem Provider on a cloud provider and setup monitoring using prometheus.
* **Compatibility: Alpha 3**
* **Compatibility: Beta 1**
## Provisioning
- [Golem Provider Terraform](https://github.com/nemani/golem-provider-terraform) - A terraform script to automatically deploy a Golem Provider on a cloud provider and setup monitoring using prometheus.
* **Compatibility: Alpha 3**
* **Compatibility: Beta 1**
## Docker
- [Golem Provider Node](https://github.com/alexandre-abrioux/golem-node) - A Docker version of a node to help you get started running as a provider in a Docker container quick. Before you start please check that `ARG YA_CORE_VERSION`, `ARG YA_WASI_VERSION` and `ARG YA_VM_VERSION` in the [Dockerfile](https://github.com/alexandre-abrioux/golem-node/blob/master/docker/Dockerfile) are the correct versions.