About 110,000 results
Open links in new tab
  1. Terraform Registry

    RegistryPlease enable Javascript to use this application

  2. Getting Started with the Google Cloud provider - Terraform Registry

    Install Terraform and read the Terraform getting started guide that follows. This guide will assume basic proficiency with Terraform - it is an introduction to the Google provider.

  3. azurerm_ai_foundry | Resources - Terraform Registry

    terraform import azurerm_ai_foundry.example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.MachineLearningServices/workspaces/hub1

  4. aws_s3_bucket | Resources - Terraform Registry

    If you use website on an aws_s3_bucket, Terraform will assume management over the configuration of the website of the S3 bucket, treating additional website configuration changes …

  5. 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 …

  6. aws - Terraform Registry

    Custom endpoints can be configured for the Terraform AWS Provider by configuring them directly on the provider, using environment variables, or by using an AWS shared configuration file.

  7. Resources | hashicorp/aws - Terraform Registry

    owner_id - The ID of the AWS account that owns the VPC. tags_all - A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block. …

  8. HCP Terraform

    Access both HashiCorp Cloud Platform (HCP) and Terraform with a single HCP account for streamlined workflows. Already have an account? Sign in

  9. Docs overview | hashicorp/http - Terraform Registry

    The HTTP provider is a utility provider for interacting with generic HTTP servers as part of a Terraform configuration. This provider requires no configuration.

  10. Kubernetes: Getting Started with Kubernetes provider - Terraform …

    Once the provider is configured, you can apply the Kubernetes resources defined in your Terraform config file. The following is an example Terraform config file containing a few …