tagging
claranet/tagging/azurerm
Terraform module for Resources Tagging
Install
README
Azure tagging     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)
| Name | Type | Description | Default |
|---|---|---|---|
| resources_ids | any | IDs of the Azure resources to tag. Can be a list of resource IDs or a map ('name | required |
| tags | map(string) | Tags to apply on resources. | required |
| resource_count | number | Number of resources to tag. | null |
| interpreter | string | System interpreter to use for tagging script. Must be `bash` or `powershell`. | "bash" |
| force | bool | Whether this must be applied every time. | false |
| behavior | string | Behavior for tagging. Must be `merge` to keep existing or `overwrite` to replace | "merge" |
Resources (1)
Details
Similar packages
Azure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,