# BastionZero's Terraform Provider is live

{% hint style="info" %}

### Use Terraform to declaratively administer BastionZero

Our [Terraform provider](https://registry.terraform.io/providers/bastionzero/bastionzero/latest/docs) is now available!

The BastionZero provider is used to interact with select APIs. It provides resources to manage your BastionZero policies and environments and data sources to fetch your users, groups, service accounts, and targets in your BastionZero organization.
{% endhint %}

{% hint style="info" %}

### Leverage BastionZero's Go SDK

Powering BastionZero's Terraform provider is the BastionZero Go SDK. This Go client library supports select APIs, which are all detailed [here](https://pkg.go.dev/github.com/bastionzero/bastionzero-sdk-go@v0.1.0/bastionzero/service#section-directories). More information on how to utilize this SDK can be found on [GitHub](https://github.com/bastionzero/bastionzero-sdk-go).
{% endhint %}

## `zli v. 6.18.2`

### Fixes

* **Okta login.** Resolved rare issue when trying to log in through Okta after logging in through Google or Microsoft
* **Shell connections.** Resolved issue with closing shell connections

## Web app & backend

### Fixes

* **Agent connections.** Resolved issue where agents reported being offline but were still connected and communicating with BastionZero service

For questions or to provide feedback on how we can improve our updates, reach out to [<mark style="color:purple;">product@bastionzero.com</mark>](mailto:product@bastionzero.com).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://changes.bastionzero.com/2023/bastionzeros-terraform-provider-is-live.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
