You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation for the tfe_workspace here https://registry.terraform.io/providers/hashicorp/tfe/latest/docs/resources/workspace#vcs_repo says the vcs_repo identifier argument should be in the format of <organization>/<repository> however that it isn't entirely clear if you mean the organization within TFC or in your VCS. It turned out to be the later. I recommend you make it clear that it's NOT the organization in TFC.
Attempted Solutions
Proposal
I propose that you explicitly state that the <organization> is not referring to the organization name in TFC but in your VCS.
The text was updated successfully, but these errors were encountered:
Use-cases
The documentation for the tfe_workspace here https://registry.terraform.io/providers/hashicorp/tfe/latest/docs/resources/workspace#vcs_repo says the vcs_repo identifier argument should be in the format of
<organization>/<repository>
however that it isn't entirely clear if you mean the organization within TFC or in your VCS. It turned out to be the later. I recommend you make it clear that it's NOT the organization in TFC.Attempted Solutions
Proposal
I propose that you explicitly state that the
<organization>
is not referring to the organization name in TFC but in your VCS.The text was updated successfully, but these errors were encountered: