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
After adding AWS credentials through the Gaia UI, we were able to create AWS resources successfully.
However, when trying to create GCP resources, I uploaded the JSON file of a GCP service account and created the stack. But when running the plan command, it seems that the JSON file is not being passed completely
Plan logs
gaia] running terraform job
?
? Error: error unmarshaling credentials: unexpected end of JSON input
?
? with provider["registry.terraform.io/hashicorp/google"],
? on main.tf line 2, in provider "google":
? 2: provider "google" {
?
?
Planning failed. Terraform encountered an error while generating this plan.
[gaia] analysing plan
{"timestamp":"2025-01-30T12:23:38.865+00:00","status":400,"error":"Bad Request","path":"/api/runner/stacks/154bbef3-ca1b-4762-86fd-e5
Describe the bug
I installed Gaia using Helm with the following command:
helm install gaia https://github.com/gaia-app/chart/archive/refs/tags/v0.1.2.tar.gz --namespace gaia
After adding AWS credentials through the Gaia UI, we were able to create AWS resources successfully.
However, when trying to create GCP resources, I uploaded the JSON file of a GCP service account and created the stack. But when running the plan command, it seems that the JSON file is not being passed completely
Plan logs
Pod manifest for job
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Plan should work in the case of GCP based stack
Screenshots
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: