About 64,500 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. aws_api_gateway_rest_api | Resources - Terraform Registry

    Terraform will only perform drift detection of its value when present in a configuration. We recommend using the aws_api_gateway_rest_api_policy resource instead.

  3. Docs overview | integrations/github - Terraform Registry

    When upgrading from hashicorp/github to integrations/github, use terraform state replace-provider. Otherwise, Terraform will still require the old provider to interact with the state file.

  4. azurerm_role_assignment | Resources - Terraform Registry

    terraform import azurerm_role_assignment.example /subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/00000000-0000-0000-0000 …

  5. databricks_job | Resources - Terraform Registry

    In Terraform configuration, it is recommended to define tasks in alphabetical order of their task_key arguments, so that you get consistent and readable diff. Whenever tasks are added or …

  6. azurerm_resource_group | Resources - Terraform Registry

    This Feature Toggle is disabled in 2.x but enabled by default from 3.0 onwards, and is intended to avoid the unintentional destruction of resources managed outside of Terraform (for example, …

  7. HCP Terraform

    HCP Terraform enables users to automate and manage cloud infrastructure effectively with a simple and scalable approach.

  8. terraform-aws-modules/ec2-instance/aws | Terraform Registry

    Terraform module which creates an EC2 instance on AWS. Usage Single EC2 Instance module "ec2_instance" { source = "terraform-aws-modules/ec2-instance/aws" name = "single-instance" …

  9. Resources | integrations/github - Terraform Registry

    Use one of them. github_repository_topics is only meant to be used if the repository itself is not handled via terraform, for example if it's only read as a datasource (see issue #1845).

  10. 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