About 127,000 results
Open links in new tab
  1. Setting up initial Terraform state | Guides - Terraform Registry

    Terraform will store the state in a file located in your current directory called terraform.tfstate. This works for small tests and projects with only a single user.

  2. Docs overview | hashicorp/vault | Terraform - Terraform Registry

    Interacting with Vault from Terraform causes any secrets that you read and write to be persisted in both Terraform's state file and in any generated plan files. For any Terraform module that …

  3. Docs overview | saviynt/saviynt | Terraform - Terraform Registry

    This feature is designed to help prevent potential sensitive data from appearing in Terraform state files or CLI output during plan and apply when a datasource is called.

  4. Migrating renamed resources | Guides - Terraform Registry

    Navigate to the directory where your HCL configuration is located. Apply the configuration pattern (replacing the respective parts of the filename). This will update your local configuration but …

  5. aws-ia/control_tower_account_factory/aws | Terraform Registry

    These values may be viewable as plain text in Terraform state file, depending on your deployment method. It is your responsibility to protect the Terraform state file, which may contain sensitive …

  6. VMware Cloud Director: Importing resources - Terraform Registry

    When we create a resource using Terraform, the side effect of this action is that the resource is stored into Terraform state, which allows us to further manipulate the resource, such as …

  7. remote_state - Terraform Registry

    Retrieves state data from a Terraform backend. This allows you to use the root-level outputs of one or more Terraform configurations as input data for another configuration.

  8. databricks_workspace_file | Resources - Terraform Registry

    Workspace files are identified by their path, so changing file's name manually on the workspace and then applying Terraform state would result in creation of workspace file from Terraform state.

  9. Terraform Google Provider 6.0.0 Upgrade Guide

    The Google provider generally refreshes most state information from the API, and the properties necessary to do so have been left unchanged. If you're using a remote state backend that …

  10. local_file | Resources | hashicorp/local - Terraform Registry

    When working with local files, Terraform will detect the resource as having been deleted each time a configuration is applied on a new machine where the file is not present and will …