Skip to content

Commit ba16109

Browse files
authored
Merge pull request #1403 from hashicorp/copy-zishc-address-tfe-project-doc-bug
Add insight to name argument of tfe_project about length
2 parents e1fda79 + 4846ef5 commit ba16109

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)