From 92d216ca3fba19819a8665da4c24f27c596732f6 Mon Sep 17 00:00:00 2001 From: David Arnold <10138997+djaboxx@users.noreply.github.com> Date: Tue, 29 Oct 2024 11:32:30 -0700 Subject: [PATCH] Update github_team_access.tf --- github_team_access.tf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/github_team_access.tf b/github_team_access.tf index f825ff8..c530e6a 100644 --- a/github_team_access.tf +++ b/github_team_access.tf @@ -24,4 +24,7 @@ resource "github_team_repository" "admin" { team_id ] } -} \ No newline at end of file + depends_on = [ + github_repository.repo + ] +}