Skip to content

Commit

Permalink
Merge pull request #70 from bodidatainc/fix/issue-69
Browse files Browse the repository at this point in the history
Add tags to level 0 pool
  • Loading branch information
andrew-glenn authored Jan 22, 2025
2 parents 6149243 + d221197 commit 782d6dd
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 @@ -50,6 +50,7 @@ module "level_zero" {

pool_config = {
cidr = var.top_cidr
netmask_length = var.top_netmask_length
ram_share_principals = var.top_ram_share_principals
auto_import = var.top_auto_import
description = var.top_description
Expand All @@ -58,9 +59,8 @@ module "level_zero" {
aws_service = var.top_aws_service
locale = var.top_locale


name = var.top_name
netmask_length = var.top_netmask_length
tags = var.tags
}
}

Expand Down

0 comments on commit 782d6dd

Please sign in to comment.