diff --git a/env0/data_teams.go b/env0/data_teams.go index 21d6e822..88bf9470 100644 --- a/env0/data_teams.go +++ b/env0/data_teams.go @@ -11,6 +11,7 @@ import ( func dataTeams() *schema.Resource { return &schema.Resource{ ReadContext: dataTeamsRead, + Description: "Note: this data source is cached, once fetched it will not be updated until the next plan/apply", Schema: map[string]*schema.Schema{ "names": {