Skip to content

ans-group/terraform-provider-loadbalancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-provider-loadbalancer

Getting Started

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"
}

Upgrading

⚠️ This provider was originally created under the 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