Mark Bixler
Mark Bixler
Running a storage gateway stack which has 3 main resources: - S3 Bucket - EC2 Instance for hosting the Gateway - Gateway We are trying to do a simple change...
Running a new `pulumi preview` against my 2 SAN's results in Pulumi wanting to replace my Certificate. I've noticed a past issue https://github.com/pulumi/pulumi-aws/issues/1022 but that was closed and resolved. I'm...
When creating a new SSM Document: ``` this._ssmAgentInstall = new aws.ssm.Document( `${ssmArgs.docName}`, { content: server_agent_install_yaml, documentFormat: 'YAML', documentType: 'Command', name: ssmArgs.docName, tags: ssmArgs.tags, permissions: { type: 'Share', accountIds: '927503xxxxxx,707608xxxx,825132xxxxx' }...
### The problem Duplicate Git Icons started showing up.  There should only be 1 icon before the branch name. ### Relevant Zsh configuration ```zsh export SPACESHIP_CONFIG="$HOME/.config/spaceship/.spaceshiprc.zsh" # Path to...