From 3fe9dccee42876246188f6c3d86fc8afa727ff3a Mon Sep 17 00:00:00 2001 From: Sourav Kundu Date: Fri, 23 Aug 2024 21:55:55 -0500 Subject: [PATCH] update source tag --- provider.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provider.tf b/provider.tf index 09fd349..8e7da10 100644 --- a/provider.tf +++ b/provider.tf @@ -13,7 +13,7 @@ provider "aws" { secret_key = var.secret_key default_tags { tags = { - Source = "https://github.com/kunduso/terraform-rds-secretsmanager-rotation-lambda" + Source = "https://github.com/kunduso/rds-secretsmanager-rotation-lambda-terraform" } } } \ No newline at end of file