Skip to content

Commit 03e94c7

Browse files
Added tags to the vpc_origin resource
1 parent 48c1351 commit 03e94c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ resource "aws_cloudfront_origin_access_control" "this" {
2828
resource "aws_cloudfront_vpc_origin" "this" {
2929
for_each = local.create_vpc_origin ? var.vpc_origin : {}
3030

31+
tags = var.tags
32+
3133
vpc_origin_endpoint_config {
3234
name = each.value["name"]
3335
arn = each.value["arn"]

0 commit comments

Comments
 (0)