Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Nov 9, 2021
1 parent d1663de commit dc30b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpc-interface-endpoint/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ locals {
}

data "aws_vpc_endpoint_service" "interface_endpoint" {
service = local.service_name
service = local.service
}

resource "aws_vpc_endpoint" "interface_endpoint" {
Expand Down

0 comments on commit dc30b50

Please sign in to comment.