lighthouse

claranet/lighthouse/azurerm

Terraform Module HCL AZURERM

Terraform module for Azure Lighthouse (definition and assignment)

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

Azure Lighthouse ![Changelog](CHANGELOG.md) ![Notice](NOTICE) ![Apache V2 License](LICENSE) ![OpenTofu Registry](https://search.opentofu.org/module/claranet/lighthouse/azurerm/) Azure terraform module to create a Lighthouse definition and assign it to scopes where management delegation is needed. Global versioning rule for Claranet Azure modules | Module version | Terraform version | OpenTofu version | AzureRM version | | -------------- | ----------------- | ---------------- | --------------- | | >= 8.x.x | Unverified | 1.8.x | >= 4.0 | | >= 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 | Contributing If you want

Inputs (6)
NameTypeDescriptionDefault
managing_tenant_idstringThe ID of the managing Tenant. required
managed_subscription_idstringThe ID of the managed Subscription that will contains the Lighthouse Definition. required
authorizationslist(object({ principal_idList of Authorization objects. required
scopesmap(string)Map of 'name => Scope IDs' to associate the Lighthouse definition (Subscription required
namestringThe name of the Lighthouse Definition. required
descriptionstringA description of the Lighthouse Definition.null
Outputs (3)
resource — Lighthouse resource object.
resource_assignments — Lighthouse assignment resource objects.
id — Lighthouse definition ID.
Resources (2)
azurerm_lighthouse_assignmentazurerm_lighthouse_definition
Details
FrameworkTerraform Module
LanguageHCL
Version8.0.1
Cloud AZURERM
★ Stars1
Forks4
Total downloads34.0k
Inputs6
Outputs3
Resources2
Examples1
LicenseApache-2.0
Namespaceclaranet
Updated