Started getting error for terraform 11 and module version 1.72
Error: Error refreshing state: 1 error occurred:
* module.vpc.data.aws_vpc_endpoint_service.s3: 1 error occurred:
* module.vpc.data.aws_vpc_endpoint_service.s3: data.aws_vpc_endpoint_service.s3: multiple VPC Endpoint Services matched; use additional constraints to reduce matches to a single VPC Endpoint Service
plan: prep ## Run terraform plan
@echo "$(BOLD)Run terraform plan for $(ENV) environment and $(WORKSPACE) workspace$(RESET)"
@./aws-vault exec ${ENV} -- ./terraform get
@./aws-vault exec ${ENV} -- ./terraform plan \
-lock=true \
-input=false \
-refresh=true \
-var-file="$(VARS)" \
-var app=$(APPLICATION) \
-out=tfplan