
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 …
Docs overview | DataDog/datadog - Terraform Registry
The provider needs to be configured with the proper credentials before it can be used. It requires terraform 0.12 or later. Try the hands-on tutorial on the Datadog provider on the HashiCorp …
Azure Resource Manager: 4.0 Upgrade Guide - Terraform Registry
When upgrading to version 4.0 of the Azure Provider, we recommend upgrading to the latest version of Terraform Core (which can be found here). This guide will continue to receive …
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 …
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 …
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.
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 …
aws_security_group_rule | Resources - Terraform Registry
In Terraform v1.5.0 and later, use an import block to import Security Group Rules using the security_group_id, type, protocol, from_port, to_port, and source (s)/destination (s) (such as a …
Resources | hashicorp/aws - Terraform Registry
Once this parameter is set to true, a successful terraform apply run before a destroy is required to update this value in the resource state. Without a successful terraform apply after this …
azurerm_windows_virtual_machine - Terraform Registry
Terraform will automatically remove the OS Disk by default - this behaviour can be configured using the features setting within the Provider block.