Skip to main content
After you install and initialize the Nebius AI Cloud provider for Terraform, you can proceed to creating resources in the initialized directory:
  1. Inside the directory, create manifests for resources. For example, create the following main.tf file that sets up a registry in the Container Registry service:
    For information about how to get the project ID, see the instructions.
  2. Check that the configuration is correct:
    If Terraform finds errors, the details are described in the output.
  3. If the configuration is valid, apply it:
This way, you can create any resources by using the Terraform provider. For information about configuration and manifests for Nebius AI Cloud resources, see the reference.