This provider is available via the Terraform Registry with Terraform v0.13+
⚠️ We strongly recommend pinning the provider version to a target major version, as to ensure future breaking changes do not affect workflows and automated CI pipelines
terraform {
required_providers {
loadbalancer = {
source = "ans-group/loadbalancer"
version = "~> 1.0"
}
}
}
provider "loadbalancer" {
api_key = "abc"
}
ukfast
organisation, and was later moved to the ans-group
organisation. Upgrading the ukfast
provider will result in the error checksum list has unexpected
. Updating provider config to use the ans-group
organisation will resolve this