> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nebius.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Nebius AI Cloud provider for Terraform

The Nebius AI Cloud provider for Terraform offers a declarative way to manage your Nebius AI Cloud infrastructure as code.

<CardGroup cols={2}>
  <Card title="Getting started" icon="link" href="/terraform-provider/quickstart">
    Set up Terraform and the provider and create your first resources with it
  </Card>

  <Card title="Installing the provider" icon="link" href="/terraform-provider/install">
    How to make the provider required for your Terraform configuration
  </Card>

  <Card title="Authentication" icon="link" href="/terraform-provider/authentication">
    How to authenticate as a service account or a user account when using the provider
  </Card>

  <Card title="Working with sensitive values" icon="link" href="/terraform-provider/sensitive-values">
    How to use write-only arguments, ephemeral variables and resources to securely manage secrets without storing them in the state file
  </Card>

  <Card title="Reference" icon="link" href="/terraform-provider/reference/index">
    Descriptions of the resources and data sources defined by the provider
  </Card>
</CardGroup>
