Open Poltergeisen opened 5 days ago
When I log into the build agent directly and run the terraform plan
command, I get the proper output.
There seems to be something missing in regards to the backend configuration maybe? Is there special setup I need to do for that to work correctly for plan steps? Shouldn't the init be enough?
I think this may be due to permissions errors. Is there a better way to maybe surface those? When I enable trace logging I get this:
2024-11-11T08:49:37.301Z [DEBUG] provider.terraform-provider-azurerm_v4.7.0_x5: {"error":{"code":"AuthorizationFailed","message":"The client '
I'd like to request that this error be surfaced better. If there is a permissions error I feel like that should be displayed instead of a "not found" generic message. The only way to know you're hitting permissions errors is to enable trace logging.
Hi, I have some code like this:
On windows, when I run this it does this:
On my linux build agent, I get the following:
It looks like it's adding some "\"'s in the import statements for some reason. I can't reproduce locally, or on WSL. Only on my build agent using this task...
This is my build script so far, as bare bones as I could make it: