Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jan 20:06
· 33 commits to main since this release
4d2c749
  • all resources (except API keys) can now be imported using Terraform. Please see the Terraform import documentation
  • policy is no longer a required attribute of any service type.
  • all services containing banyan_service_infra_ in the name were depreciated in v1.0.0. They have been removed from the provider in this release and were replaces by the current service resources.
  • banyan_policy_attachment was deprecated in v1.0.0 and has been removed from the provider in this release. The new service resources support inline policy attachment.
  • banyan_service_k8s now has http_connect always enabled and this parameter is no longer configurable, matching the UI.
  • various bug fixes and improvements
  • updated documentation and examples