- Notifications
You must be signed in to change notification settings - Fork3
feat: addcoderd_provisioner_key
resource#141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Resource is missing the markdown documentation, but CI is passing withoutmake gen
having been run 🤔 will fix
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Discovered in#141 that CI could pass even when `make gen` could producea new file.
e90acf0
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
These are immutable once created, so really only
Create
andDelete
need implementations. Everything gets stored in Terraform state (including the secret, since it cannot be reacquired any other way).A change in any attribute must trigger a full replace of the resource.