Ringo De Smet
Ringo De Smet
@justinvp the general setup of the customer their unit test code is like this: ```ts import * as pulumi from '@pulumi/pulumi'; import { getDefaults } from '@customer-private-package'; process.env.PULUMI_CONFIG = JSON.stringify({...
The implementation of `getDefaults` is like this: ```ts export interface Defaults { tags: { feature: string } } export const getDefaults = () => { const config = new pulumi.Config();...
@mikayla-maki my go-to application for what you could emulate is Ansible: https://docs.ansible.com/ansible/latest/reference_appendices/config.html#the-configuration-file They merge config from the project folder, the user's home folder and then a global file from the...
@notpeter here is how I see it: project > user > system * if I have system level defaults, the user level defaults will override them. * if I have...
Hello @IrisDande, I updated the checklist above with the status of what is ok and what needs attention. Here are some items required action: * `/docs/_index.md` needs at least one...
Hello @sdk-byteplus, Thank you for your submission. I reviewed your provider but could find the following issues: * `docs/_index.md` refers to the `Volcenginecc` provider. I assume you copied that file...
@sdk-byteplus can you create a new release, e.g. `v0.0.2`, so these fixes are in an official release?
Any idea when this could be looked at?
@krystian-panek-wttech @dominik-przybyl-wttech there are still a few issues from the list I reported earlier which are not resolved. Can you go over these please? After fixing these, you have to...
@cnunciato would you have an idea why the Go documentation doesn't show up `pkg.go.dev`?