whitepages / terraform-provider-stingray

Terraform provider used to interact with the Stingray load balancer
Mozilla Public License 2.0
10 stars 11 forks source link

Stingray Terraform Provider

GoDoc Build Status

The Stingray Terraform provider is used to interact with the Stingray load balancer.

Example usage

provider "stingray" {
    url = "https://example:9070"
    username = "username"
    password = "password"
}

Argument Reference

The provider can also be configured through the environmental variables STINGRAY_URL, STINGRAY_USERNAME, STINGRAY_PASSWORD, STINGRAY_VALID_NETWORKS, and STINGRAY_VERIFY_SSL.

Supported Resources

See the resource_*.go files for available resources and the supported arguments for each resource.

Support for resources is being added as needed. Bold resources are fully supported.

Default values

All default values are taken from the Stingray REST API documentation, with the following exceptions:

stingray_virtual_server

Building

Dependencies are vendored (using godep save -r). Running go install will build and install the terraform-provider-stingray binary.