eadderley

Results 7 comments of eadderley

@hbollon Amazing! Will make time for this next week.

Well, my previous comment was obviously a fib. However, I managed to steal some time during this sprint to test it. It seems to be working fine! Will verify tomorrow...

Well, unfortunately it doesn't seem to be loading any versions. I took a brief look at the code and suspect the offending line is [this one](https://github.com/camptocamp/terraboard/blob/f59bb70577b7af1347ef6b2cbcbe18d4d1f9f3b0/state/gcp.go#L220-L221), with the time.Now(). Not...

Disregard, ID-10-T error. set `no-sync: false` and it's populating

Yeah, I don't think that's done it. ![Selection_117](https://github.com/camptocamp/terraboard/assets/25034184/8fc4f075-b957-42d9-8753-220cf1acd414) ``` log: level: error format: json database: host: db port: 5432 user: gorm password: mypassword name: gorm no-sync: false sslmode: disable gcp:...

Hmm, I'm also getting versions still in our much saner AWS env, so I'm willing to believe I'm misunderstanding or misconfiguring something here ![Selection_118](https://github.com/camptocamp/terraboard/assets/25034184/6c12ed5f-681d-4ff8-9bb6-585c1cdb1a70) ``` log: level: error format: json...

2nd ID-10-T error resolved, stuck no-versioning under `provider:` as ``` provider: no-versioning: true ``` and we're off to the the races. We're missing a few state files, but they appear...