File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -189,14 +189,14 @@ Use a template repository to create this resource.
189189See [ Template Object Attributes] ( #template-object-attributes ) below for details.
190190
191191##### Teams Configuration
192- Teams need to exist beforehand. Your can use non-computed
192+ Your can use non-computed
193193(known at ` terraform plan ` ) team names or slugs
194- (` *_teams ` Attributes; ** recommended ** )
194+ (` *_teams ` Attributes)
195195or computed (only known in ` terraform apply ` phase) team IDs
196196(` *_team_ids ` Attributes).
197- When using non-computed names/slugs make sure to add the actual team resources as
198- indirect dependencies in ` module_depends_on ` as explained in
199- [ Module Configuration ] ( #module-configuration ) above .
197+ ** When using non-computed names/slugs teams need to exist before running plan. **
198+ This is due to some terraform limitation and we will update the module once terraform
199+ removed thislimitation .
200200
201201- ** ` pull_teams ` ** or ** ` pull_team_ids ` ** : * (Optional ` list(string) ` )*
202202A list of teams to grant pull (read-only) permission.
You can’t perform that action at this time.
0 commit comments