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
I will add as much as I did.
First, I try to install it with the instructions in your README.md page that its saying exec command error, so I tried in Docker container and golang1.22 its needed so.
FROM golang:1.22-alpine
RUN apk add --no-cache git bash
RUN git clone https://github.com/GoogleCloudPlatform/terraformer.git /terraformer
WORKDIR /terraformer
RUN go mod download
RUN go build -o /terraformer/terraformer ./build/main.go
ENTRYPOINT ["/terraformer/terraformer"]
I will add as much as I did.
First, I try to install it with the instructions in your README.md page that its saying exec command error, so I tried in Docker container and golang1.22 its needed so.
That works well but running
Just print
No more info or debug flag, output folder empty.
The text was updated successfully, but these errors were encountered: