tagging

claranet/tagging/azurerm

Terraform Module HCL AZURERM

Terraform module for Resources Tagging

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

Azure tagging ![Changelog](CHANGELOG.md) ![Notice](NOTICE) ![Apache V2 License](LICENSE) ![OpenTofu Registry](https://search.opentofu.org/module/claranet/tagging/azurerm/) This Terraform helper allows to merge or overwrite tags on a resource. 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 | | 4.31 | | terraform | n/a | Modules No modules. Resources | Name | Type | |------|------| | [terraform_data.main](https

Inputs (6)
NameTypeDescriptionDefault
resources_idsanyIDs of the Azure resources to tag. Can be a list of resource IDs or a map ('name required
tagsmap(string)Tags to apply on resources. required
resource_countnumberNumber of resources to tag.null
interpreterstringSystem interpreter to use for tagging script. Must be `bash` or `powershell`."bash"
forceboolWhether this must be applied every time.false
behaviorstringBehavior for tagging. Must be `merge` to keep existing or `overwrite` to replace"merge"
Resources (1)
terraform_data
Details
FrameworkTerraform Module
LanguageHCL
Version8.0.1
Cloud AZURERM
★ Stars9
Forks9
Total downloads159.5k
Inputs6
Resources1
Examples2
LicenseApache-2.0
Namespaceclaranet
Updated