global-services

claranet/global-services/azurerm

Terraform Module HCL AZURERM

Terraform module composition (feature) for Global (cross Subscriptions) Azure Services

Install
module "global-services" {
source = "claranet/global-services/azurerm"
version = "4.2.0"
}
plain text: /constructs/tfmod-claranet-global-services-azurerm/install.txt
⭐ Source on GitHub 📦 Registry page
README

Azure Global Services ![Changelog](CHANGELOG.md) ![Notice](NOTICE) ![Apache V2 License](LICENSE) ![TF Registry](https://registry.terraform.io/modules/claranet/global-services/azurerm/) This feature (module composition) gathers the following Azure Global Services in one feature: * Azure Security Center(example) Global versioning rule for Claranet Azure modules | Module version | Terraform version | AzureRM version | | -------------- | ----------------- | --------------- | | >= 7.x.x | 1.3.x | >= 3.0 | | >= 6.x.x | 1.x | >= 3.0 | | >= 5.x.x | 0.15.x | >= 2.0 | | >= 4.x.x | 0.13.x / 0.14.x | >= 2.0 | | >= 3.x.x | 0.12.x | >= 2.0 | | >= 2.x.x | 0.12.x | < 2.0 | | < 2.x.x | 0.11.x | < 2.0 | Usage This module is optimized to work with the Claranet terraform-wrapper tool which set some terraform

Inputs (7)
NameTypeDescriptionDefault
security_center_contact_emailstringThe email of the Security Center Contact. https://www.terraform.io/docs/provider required
security_center_contact_phonestringThe phone number of the Security Center Contact. https://www.terraform.io/docs/p required
security_center_workspaceslist(object({ scope_id Map of the scopes with the associated Log Analytics Workspace. Can only []
security_center_pricing_tierstringManages the Pricing Tier for Azure Security Center in the current subscription. "Standard"
security_center_pricing_resource_typeslist(string)List of resource type to apply the Azure Security Center pricing tier. Possible [ "AppServices", "ContainerRegistry"
security_center_alert_notificationsboolWhether to send security alerts notifications to the security contact or not. httrue
security_center_alerts_to_adminsboolWhether to send security alerts notifications to subscription admins or not. htttrue
Outputs (3)
security_center_contact_id — The Security Center contact ID.
security_center_workspaces — The Security Center Workspaces
security_center_pricing_ids — The Security Center subscription pricing IDs list.
Details
FrameworkTerraform Module
LanguageHCL
Version4.2.0
Cloud AZURERM
★ Stars0
Forks3
Total downloads17.8k
Inputs7
Outputs3
Examples2
Submodules1
LicenseApache-2.0
Namespaceclaranet
Updated