flowpipe
flowpipe copied to clipboard
Flowpipe is a cloud scripting engine. Automation and workflow to connect your clouds to the people, systems and data that matters.
Here is what I see for a simple button input: Changes I'd suggest: * Keep the original prompt. * Disable the buttons * Show a yellow warning alert above the...
I'd like to do this: ``` pipeline "approve" { param "prompt" { default = "Do you approve?" } param "subject" { default = param.prompt } // ... } ``` But...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. See full diff in compare...
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.7.3 to 1.7.4. Release notes Sourced from github.com/hashicorp/go-getter's releases. v1.7.4 What's Changed Escape user-provided strings in git commands hashicorp/go-getter#483 Fixed a bug in .netrc handling if the...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.19.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
#### Changelog [Flowpipe v Changelog](https://github.com/turbot/flowpipe/blob/v/CHANGELOG.md) ## Checklist ### Pipe Fittings - [x] Pipe Fittings Changelog updated with correct version and date - [x] `pipe-fittings` tagged with correct final version (ensure...
**Describe the bug** When I pass in an input (e.g. tag that needs to be added to a bucket), then flowpipe return the following error: ``` Internal Error: tag_resources: Unsupported...
If I have mod A that uses the AWS mod as a dependency, which has a variable `region` that has no default value, if I write a pipeline in mod...