
Terraform Registry
RegistryPlease enable Javascript to use this application
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.
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
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 …
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 …
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.
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. …
HCP Terraform
Access both HashiCorp Cloud Platform (HCP) and Terraform with a single HCP account for streamlined workflows. Already have an account? Sign in
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.
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 …