Skip to content

Commit

Permalink
style(output): remove unused version from outputs-module
Browse files Browse the repository at this point in the history
  • Loading branch information
Shr3ps committed Apr 26, 2024
1 parent 470397a commit ca87dfe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion outputs-module.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ output "terraform_module" {
description = "Information about this Terraform module"
value = {
name = "run"
version = file("${path.module}/VERSION")
provider = "azurerm"
maintainer = "claranet"
}
Expand Down

0 comments on commit ca87dfe

Please sign in to comment.