
Terraform Registry
RegistryPlease enable Javascript to use this application
Docs overview | vmware/vsphere - Terraform Registry
This provider gives Terraform the ability to work with VMware vSphere. This provider can be used to manage many aspects of a vSphere environment, including virtual machines, standard and …
Docs overview | microsoft/fabric - Terraform Registry
To use the provider you can download the binaries from Releases to your local file system and configure Terraform to use your local mirror. See the Explicit Installation Method Configuration for more …
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 into it using …
azurerm_postgresql_flexible_server - Terraform Registry
You can use Terraform's ignore_changes functionality to ignore changes to the zone and high_availability[0].standby_availability_zone fields should you wish for Terraform to not migrate the …
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.
aws_elasticache_cluster | Resources - Terraform Registry
Because of this, Terraform may report a difference in its planning phase because the actual modification has not yet taken place. You can use the apply_immediately flag to instruct the service to apply the …
Resources | hashicorp/google - Terraform Registry
Terraform will import this resource with force_destroy set to false in state. If you've set it to true in config, run terraform apply to update the value set in state. If you delete this resource before updating the …
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 …
Azure Provider: Authenticating via Managed Identity - Terraform Registry
Terraform can be configured to use managed identity for authentication in one of two ways: using environment variables, or by defining the fields within the provider block.