Skip to content

Commit

Permalink
fix: update labels moudle tag
Browse files Browse the repository at this point in the history
  • Loading branch information
themaheshyadav committed Jun 12, 2023
1 parent 1609af7 commit f81deb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
#Description : Terraform label module variables.
module "labels" {
source = "terraform-do-modules/labels/digitalocean"
version = "0.15.0"
version = "0.0.1"
name = var.name
environment = var.environment
label_order = var.label_order
managedby = var.managedby
label_order = var.label_order
}

#Module : VPC
Expand Down

0 comments on commit f81deb8

Please sign in to comment.