Skip to content

Commit 6754f97

Browse files
committed
Do some expectation management in README.md
1 parent 38a833d commit 6754f97

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -189,14 +189,14 @@ Use a template repository to create this resource.
189189
See [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)
195195
or 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)`)*
202202
A list of teams to grant pull (read-only) permission.

0 commit comments

Comments
 (0)