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
Error: Error in function call
on modules/composer/main.tf line 2, in provider "google":
2: credentials = file("../../../service-key/service-key.json")
Call to function "file" failed: no file exists at
../../../service-key/service-key.json.
Steps to Reproduce
terraform plan
Additional Context
I went into my terraform cloud account and changed the execution mode from remote to local in my workspace. That was supposed to fix the issue according to the issue referenced below.
Hi @NiyiOdumosu! Thanks for reporting this and sorry for the delayed response.
We use issues in this repository to represent bugs and feature requests in Terraform CLI. Terraform Cloud is developed by other teams who don't typically monitor this repository, and they prefer to hear about bug reports and feature requests via the customer support system.
If you have a paid account on Terraform Cloud, please send this feedback to your usual support contacts. Otherwise, you can contact the Terraform Cloud support team at [email protected]. If you contact the support team, be sure to include your Terraform Cloud username and organization name in your request.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked as resolved and limited conversation to collaborators
Feb 13, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
Terraform Configuration Files
Expected Behavior
Plan: 7 to add, 0 to change, 0 to destroy.
Actual Behavior
Steps to Reproduce
terraform plan
Additional Context
I went into my terraform cloud account and changed the execution mode from remote to local in my workspace. That was supposed to fix the issue according to the issue referenced below.
References
#22898
The text was updated successfully, but these errors were encountered: