
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 …
Terraform Registry
RegistryPlease enable Javascript to use this application
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, …
Docs overview | hashicorp/google - Terraform Registry
To learn the basics of Terraform using this provider, follow the hands-on get started tutorials. For more involved examples, try provisioning a GKE cluster and deploying Consul-backed Vault …
Docs overview | hashicorp/kubernetes - Terraform Registry
Terraform providers for various cloud providers feature resources to spin up managed Kubernetes clusters on services such as EKS, AKS and GKE. Such resources (or data-sources) will have …
hashicorp/aws | Terraform Registry
Top downloaded aws modules Modules are self-contained packages of Terraform configurations that are managed as a group.
azurerm_linux_function_app | Resources - Terraform Registry
This Terraform resource is specifically designed to provision the infrastructure for a Function App, which can host one or more individual functions.
Terraform AWS Provider Resource Tagging - Terraform Registry
Advanced patterns that can adjust these behaviors for special use cases, such as Terraform AWS Provider configurations that affect all resources and the ability to manage resource tags for …
aws_lambda_function | Resources - Terraform Registry
You can fix the problem two ways: 1) updating the function's role to another role and then updating it back again to the recreated role, or 2) by using Terraform to taint the function and …
Docs overview | hashicorp/azuread - Terraform Registry
We recommend using either a Service Principal or Managed Identity when running Terraform non-interactively (such as when running Terraform in a CI/CD pipeline), and authenticating using …