
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 …
azurerm_kubernetes_cluster | Resources - 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 …
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 …
Docs overview | hashicorp/azurerm - Terraform Registry
To learn the basics of Terraform using this provider, follow the hands-on get started tutorials. Interested in the provider's latest features, or want to make sure you're up to date?
terraform-aws-modules/eks/aws | Terraform Registry
eks provider Terraform module to create Amazon Elastic Kubernetes (EKS) resources 🇺🇦 Published November 16, 2025 by terraform-aws-modules Module managed by antonbabenko Source Code: …
HCP Terraform
HCP Terraform enables users to automate and manage cloud infrastructure effectively with a simple and scalable approach.
Resources | hashicorp/aws - Terraform Registry
retain_on_delete (Optional) - Disables the distribution instead of deleting it when destroying the resource through Terraform. If this is set, the distribution needs to be deleted manually afterwards.
Resources | hashicorp/local - Terraform Registry
When working with local files, Terraform will detect the resource as having been deleted each time a configuration is applied on a new machine where the file is not present and will generate a diff to re …
Docs overview | aliyun/alicloud - Terraform Registry
By default, the underlying AlibabaCloud client used by the Terraform AliCloud Provider creates requests with User-Agent headers including information about Terraform and AlibabaCloud Go SDK versions.
Resources | hashicorp/aws - 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 apply your …