Skip to content

Commit 2e57e21

Browse files
authored
Merge pull request #5 from data-platform-hq/fix/tags_for-_public_ip
fix: added tags for public ip resource
2 parents 08d89f0 + 638447a commit 2e57e21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ resource "azurerm_public_ip" "this" {
1111
name = local.public_ip
1212
resource_group_name = var.resource_group
1313
location = var.location
14+
tags = var.tags
1415
allocation_method = var.public_ip_allocation_method
1516
}
1617

0 commit comments

Comments
 (0)