
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_function_app | Resources - Terraform Registry
When integrating a CI/CD pipeline and expecting to run from a deployed package in Azure you must seed your app settings as part of terraform code for function app to be successfully …
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 …
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 | 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 …
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 …
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 …
Browse Modules - Terraform Registry
Terraform module, which takes care of a lot of AWS Lambda/serverless tasks (build dependencies, packages, updates, deployments) in countless combinations 🇺🇦
Docs overview | Azure/azapi - Terraform Registry
We recommend using either a Service Principal or Managed Service Identity when running Terraform non-interactively (such as when running Terraform in a CI server) - and …
aws_ecr_repository | Resources - Terraform Registry
tags_all - A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block. Timeouts Configuration options: delete - (Default 20m) Import …