| layout | resource |
|---|---|
| title | gridscale |
| type | provider |
| resource | gridscale |
provider "gridscale" {
version = "1.8.4"
# api_url - (optional) is a type of string
api_url = null
# http_headers - (optional) is a type of string
http_headers = null
# token - (optional) is a type of string
token = null
# uuid - (optional) is a type of string
uuid = null
}