# Integrating IaC Remote State

Firefly supports integrating with various Infrastructure as Code (IaC) remote state providers to help you manage and govern your infrastructure state files. These integrations allow you to track and manage your infrastructure state across different platforms and providers.

> **Note:** After adding a remote state integration, it may take a few minutes for Firefly to initially fetch your state files. State files are automatically refreshed periodically to ensure your infrastructure state remains up-to-date.

## Supported Remote State Providers

### Cloud Provider Storage

* [Google Cloud Storage](/integrations/iac-remote-state/google-cloud-storage.md)

### State Management Platforms

* [Terraform Cloud](/integrations/iac-remote-state/terraform-cloud.md)
* [env0](/integrations/iac-remote-state/env0.md)

### Service Discovery & State Management

* [HashiCorp Consul](/integrations/iac-remote-state/hashicorp-consul.md)

### Self-hosted State Redaction

> Use the Firefly States Redactor to securely fetch, scan, and redact sensitive data from Terraform state files before mirroring them to S3. This self-hosted solution is ideal for organizations that require on-premises or cloud-native control over state file security and compliance.

* [Firefly States Redactor](/integrations/iac-remote-state/states-redactor.md)

## Request Additional Remote State Support

If you need integration with a remote state provider that is not currently supported, please contact Firefly's support team via email at <help@firefly.ai>. When requesting a new remote state integration, please provide details about the platform and your specific use case to help our team better understand your requirements.


---

# 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://docs.firefly.ai/integrations/iac-remote-state.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.
