Skip to content

Commit 4846ef5

Browse files
authored
Add insight to name argument of tfe_project about length
1 parent 507cd6e commit 4846ef5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/docs/r/project.html.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ resource "tfe_project" "test" {
3030
The following arguments are supported:
3131

3232
* `name` - (Required) Name of the project.
33+
* TFE versions v202404-2 and earlier support between 3-36 characters
34+
* TFE versions v202405-1 and later support between 3-40 characters
3335
* `organization` - (Optional) Name of the organization. If omitted, organization must be defined in the provider config.
3436
* `description` - (Optional) A description for the project.
3537

0 commit comments

Comments
 (0)