Andreas Bergmeier
Andreas Bergmeier
> @abergmeier thank you for effort, I haven't checked deeply but it seems pkg/skaffold/tofu/version_test.go expects version 0.16 > > ``` > commands: testutil.CmdRunOut("tofu version --json", `{"terraform_version": "0.16.0-alpha2"}`), > expectedVersion: "0.16.0-alpha2",...
For me this still fails with `unexpected attribute: title, expected any of: rename` in 5.x
> > For me this still fails with `unexpected attribute: title, expected any of: rename` in 5.x > > Does the above example of [@ipconfiger](https://github.com/ipconfiger) fail or do you have...
The real question, which I did not find answered anywhere, is how do you properly express a string enum with utoipa: ```openapi components: schemas: Foo: type: object properties: state: type:...
I have this code and somehow the `MachineState` never shows up in schemas output in utoipa: ```rust use crate::resources::modules::fabaccess::Status; use crate::rest::user::User; use crate::ResourcesHandle; use crate::SessionManager; use axum::extract::Path; use axum::extract::State; use...
> I think you're looking for the force-unlock command One the contrary, I am looking for a mechanism to make force-unlock mostly unnecessary if the terraform machine is not that...