Hans-Arne Hånes

Results 5 issues of Hans-Arne Hånes

**Describe the bug** After I have deployed a stack_set and defined some `export_outputs` I am not able append additional outputs after the initial deployment. f.ex if I have defined a...

bug

### What happened? I'm trying to use the `config-map` input to set a couple of values like this: `config-map: '{":webApi:ecrImageUri": {value: "dkr.ecr.eu-west-1.amazonaws.com/device-manufacturing-web-api:${{ needs.build-container-image.outputs.image_tag }}" }, "dbMigrationDir": { value: "./db-migrator" }}'`...

kind/bug
awaiting-feedback

We're using mkdocs and this plugin to document the API's in my org. We have some metadata stored extensions `x-` which we would like to make more visible in our...

Would be great if you could update this example to use [transforms](https://www.pulumi.com/docs/concepts/options/transforms/) in the `registerAutoTags` function instead of the to-be-deprecated transformations

### What happened? The fix you suggested in closed issue #1099 works for simple string variables. It is still an issue that I can not reference a path as you...

kind/bug