This Overlay terraform module can create a an Azure Synapse workspace and manage related components (Key Vault, Storage Accounts, Private Endpoints, etc.) to be used in a SCCA compliant Network.
This module can be SCCA compliant and can be used in a SCCA compliant Network. Enable private endpoints and SCCA compliant network rules to make it SCCA compliant.
For more information, please read the SCCA documentation.
If you want to contribute to this repository, feel free to to contribute to our Terraform module.
More details are available in the CONTRIBUTING.md file.
- Azure Synapse Workspace
- Private Endpoints
- Private DNS zone for
privatelinkA records - Azure Resource Locks
# Azurerm Provider configuration
provider "azurerm" {
features {}
}
module "mod_app_service" {
source = "POps-Rox/tf-az-overlays-synapse/azurerm"
version = "x.x.x"
}