Releases: ans-group/terraform-provider-loadbalancer
Releases · ans-group/terraform-provider-loadbalancer
v1.3.0
v1.2.0
Breaking Changes
Loadbalancer Cluster Resource
It was never possible for the loadbalancer_cluster
resource to create a cluster, as this is not exposed functionality in our public-facing APIs. In this version, attempting to create a cluster using this resource will generate an error. The resource also no longer accepts a cluster_id
attribute. You can still use this resource to import the cluster into your state, but we recommend using the loadbalancer_cluster
datasource for this instead.
API Key via Environment
If you are passing your API key to the provider via an environment variable, this has been changed from UKF_API_KEY
to ANS_API_KEY
.
Targets active by default
Targets are now active by default. Previously they would not be active unless you added active = true
to the loadbalancer_target
resource.
Changelog
- 9f6f11b Merge pull request #4 from ans-group/vip_example_fix
- 4702e24 Merge pull request #5 from ans-group/target-active-default
- 6b99652 Merge pull request #6 from ans-group/ans-cli-terraform-docs
- ea016cf Merge pull request #7 from ans-group/disable-lb-cluster-resource
- c8d2373 Merge pull request #8 from ans-group/env-switch-ans
v1.1.0
v1.0.0
Changelog
- 3660d85 Merge branch 'refs/heads/master' into add-vip-and-import
- af97892 Merge branch 'refs/heads/master' into add-vip-and-import
- 14025ed Merge pull request #1 from henrywhitaker3/add-vip-and-import
- c540be5 Merge pull request #2 from ans-group/ans-rename
- cf8cf7d Update README.md
- 4543696 add disabled arches
- 4039ff0 add gitignore
- ba49123 added custom import function for binds
- 9e45137 added doc for lb_vip resource
- da2269d added gpgp fingerprint to workflow
- 7492771 added import function for target resource
- 400b6e6 added vip resource
- cdb7a84 change vip resource to data source
- a116b60 fix error message
- 54970cd fix not publishing vip resource
- ca2b4a7 go mod tidy
- 4c3ba4e nl
- 927bbd2 put back original go releaser
- d396794 remove workflow
- f93b009 rename go mod and add actions
- f618066 rename module to ukfast
- 0f5599e rename to ANS
- 837a038 scrap os and archs to speed up pipeline