Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Added support for custom tags #15

Merged
merged 3 commits into from
Feb 5, 2024
Merged

Conversation

Rupalgw
Copy link
Contributor

@Rupalgw Rupalgw commented Feb 1, 2024

what

  • Add custom tags

why

  • Azure Modules only support tags from module.labels.tags, we want that any user to pass their custom tags.

@Rupalgw Rupalgw added the enhancement New feature or request label Feb 1, 2024
@Rupalgw Rupalgw self-assigned this Feb 1, 2024
variables.tf Outdated
@@ -94,3 +94,9 @@ variable "notes" {
default = "This Resource Group is locked by terrafrom"
description = "Specifies some notes about the lock. Maximum of 512 characters. Changing this forces a new resource to be created."
}
variable "extra_tags" {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please leave a line between previous variable and this variable.
Also can you move it below name and environment variable.

@13archit 13archit merged commit d4e6b40 into master Feb 5, 2024
11 checks passed
@delete-merged-branch delete-merged-branch bot deleted the feat/module_version branch February 5, 2024 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants