About 63,900 results
Open links in new tab
  1. Terraform Registry

    The Terraform Registry makes it easy to use any provider or module. To use a provider or module from this registry, just add it to your configuration; when you run `terraform init`, Terraform will …

  2. Docs overview | vmware/vsphere - Terraform Registry

    This provider gives Terraform the ability to work with VMware vSphere. This provider can be used to manage many aspects of a vSphere environment, including virtual machines, standard and …

  3. Resources | hashicorp/kubernetes - Terraform Registry

    To convert an existing manifest from YAML to HCL, you can use the Terraform built-in function yamldecode() or tfk8s. Once applied, the object attribute contains the state of the resource as …

  4. Terraform Registry

    RegistryPlease enable Javascript to use this application

  5. aws_instance | Resources | hashicorp/aws - Terraform Registry

    Once this parameter is set to true, a successful terraform apply run before a destroy is required to update this value in the resource state. Without a successful terraform apply after this parameter is …

  6. azurerm_private_endpoint | Resources - Terraform Registry

    terraform import azurerm_private_endpoint.example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.Network/privateEndpoints/endpoint1

  7. azurerm_virtual_machine_extension - Terraform Registry

    terraform import azurerm_virtual_machine_extension.example /subscriptions/00000000-0000-0000-0000 …

  8. azurerm_linux_virtual_machine - Terraform Registry

    Terraform will automatically remove the OS Disk by default - this behaviour can be configured using the features setting within the Provider block.

  9. aws_security_group | Resources - Terraform Registry

    Terraform does not model bi-directional dependencies like this, but, even if it did, simply knowing the dependency situation would not be enough to solve it. For example, some resources must always …

  10. Resources | hashicorp/azurerm - Terraform Registry

    At this time there's a bug in the AKS API where Tags for a Node Pool are not stored in the correct case - you may wish to use Terraform's ignore_changes functionality to ignore changes to the casing until …