
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 …
azuread_application_registration - Terraform Registry
id - The Terraform resource ID for the application, for use when referencing this resource in your Terraform configuration. object_id - The object ID of the application within the tenant.
Resources | hashicorp/azurerm - Terraform Registry
As Sets are stored using a hash, if one value is added or removed from the Set, Terraform considers the entire list of objects changed and the plan shows that it is removing every value …
Resources | hashicorp/aws - Terraform Registry
owner_id - The ID of the AWS account that owns the VPC. tags_all - A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block. …
Terraform Registry
RegistryPlease enable Javascript to use this application
azurerm_linux_web_app | Resources - Terraform Registry
The AzureRM Terraform provider provides regional virtual network integration via the standalone resource app_service_virtual_network_swift_connection and in-line within this resource using …
aws_api_gateway_rest_api | Resources - Terraform Registry
Terraform will only perform drift detection of its value when present in a configuration. We recommend using the aws_api_gateway_rest_api_policy resource instead.
azurerm_private_endpoint | Resources - Terraform Registry
terraform import azurerm_private_endpoint.example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.Network/privateEndpoints/endpoint1
azurerm_storage_account | Resources - Terraform Registry
Terraform uses Shared Key Authorisation to provision Storage Containers, Blobs and other items - when Shared Key Access is disabled, you will need to enable the storage_use_azuread flag …
Terraform AWS Provider Version 6 Upgrade Guide - Terraform …
Version 6.0.0 of the AWS provider for Terraform is a major release and includes changes that you need to consider when upgrading. This guide will help with that process and focuses only on …