
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 …
Resources | hashicorp/aws - Terraform Registry
If you use website on an aws_s3_bucket, Terraform will assume management over the configuration of the website of the S3 bucket, treating additional website configuration changes …
azurerm_key_vault | Resources - Terraform Registry
Terraform will automatically recover a soft-deleted Key Vault during Creation if one is found - you can opt out of this using the features block within the Provider block.
azurerm_function_app_flex_consumption - Terraform Registry
The AzureRM Terraform provider provides regional virtual network integration via the standalone resource azurerm_app_service_virtual_network_swift_connection and in-line within this …
azurerm_user_assigned_identity - Terraform Registry
terraform import azurerm_user_assigned_identity.example /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{userAssignedIdentityName}
Docs overview | databricks/databricks - Terraform Registry
Use the Databricks Terraform provider to interact with almost all of Databricks resources. If you're new to Databricks, please follow guide to create a workspace on Azure, AWS or GCP and …
Resources | hashicorp/azurerm - Terraform Registry
Terraform currently provides both a standalone Subnet resource, and allows for Subnets to be defined in-line within the Virtual Network resource. At this time you cannot use a Virtual …
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.
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 …
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 …