Skip to content

Commit 9969135

Browse files
janikmuenkjanikmuenk
janikmuenk
authored and
janikmuenk
committed
fix(fmt)
1 parent e9eb457 commit 9969135

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/global-tables/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ resource "random_pet" "this" {
2424

2525
resource "aws_kms_key" "primary" {
2626
description = "CMK for primary region"
27-
#tags = local.tags
27+
tags = local.tags
2828
}
2929

3030
resource "aws_kms_key" "secondary" {
3131
provider = aws.euwest1
3232

3333
description = "CMK for secondary region"
34-
#tags = local.tags
34+
tags = local.tags
3535
}
3636

3737
################################################################################

0 commit comments

Comments
 (0)