Skip to content

Commit

Permalink
Merge pull request #44 from aws-ia/fix-label-version
Browse files Browse the repository at this point in the history
update tag module version
  • Loading branch information
drewmullen authored May 10, 2022
2 parents e24681a + de94143 commit 16c01c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ The above example will cause only creating 2 new subnets in az `c` of the region
|------|--------|---------|
| <a name="module_calculate_subnets"></a> [calculate\_subnets](#module\_calculate\_subnets) | ./modules/calculate_subnets | n/a |
| <a name="module_flow_logs"></a> [flow\_logs](#module\_flow\_logs) | ./modules/flow_logs | n/a |
| <a name="module_tags"></a> [tags](#module\_tags) | aws-ia/label/aws | 0.0.4 |
| <a name="module_tags"></a> [tags](#module\_tags) | aws-ia/label/aws | 0.0.5 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ data "aws_vpc_ipam_preview_next_cidr" "main" {
# awscc tags = module.tags.tags
module "tags" {
source = "aws-ia/label/aws"
version = "0.0.4"
version = "0.0.5"

tags = var.tags
}

0 comments on commit 16c01c1

Please sign in to comment.