diff --git a/docs/deploy/main.tf b/docs/deploy/main.tf index 7f1b780f696..727f032aa0f 100644 --- a/docs/deploy/main.tf +++ b/docs/deploy/main.tf @@ -22,7 +22,7 @@ provider "aws" { default_tags { tags = { owner = "determined_ci" - team = "docs-team" + gh_team = "docs-team" long_running = "docs_site" } }