Open naftulikay opened 1 year ago
I am seeing this too, any updates?
Same issue over here, did anyone find a workaround ?
--- EDIT ---
I was able to workaround it by adding a popup blocker exception in my firefox settings: https://support.mozilla.org/en-US/kb/pop-blocker-settings-exceptions-troubleshooting#w_pop-up-blocker-settings
Adding https://app.terraform.io to the exception worked for me
The workaround I used was to create a custom GitHub OAuth application. You may want to create a "bot" account for your organization so that the app is not owned by any individual.
It appears that #854 is not fixed with the latest provider version. I cannot create new workspaces, but I can import/modify existing workspaces, even though all workspaces operate in the same GitHub repository.
Terraform Cloud/Enterprise version
Terraform Cloud
Terraform version
Terraform Configuration Files
As background:
TFE_TOKEN
which contains the organization token.import {}
blocks. I can modify them using thetfe
provider without any issues.workspaces
variable such that new workspaces would be set up.tfe_workspace
fails.Expected Behavior
I expect that the
tfe
provider will be able to create new Terraform Cloud workspaces using thetfe_workspace
resource.Actual Behavior
It fails with the following message:
Once again:
Additional Context
Other than mentioned above, there is nothing special about my setup. The code that I have above functions when working on Terraform Cloud GitHub workspaces in my personal GitHub namespace (
naftulikay
) but does not work for workspaces within the org that I am working in.