flowpipe
flowpipe copied to clipboard
Input step fails when a value from the dropdown is passed in a form
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 attribute: This object does not have an attribute named "was".
Flowpipe version (flowpipe -v)
Example: v0.3.2
To reproduce
- Follow the instructions mentioned in https://github.com/turbot/flowpipe-samples/tree/main/public_cloud/add_s3_bucket_cost_center_tags#getting-started to download the mod.
- Run steampipe service start
- Run flowpipe server
- Select the local host for the bucket that you want to apply the tags to
- Select the tag that needs to be added
- Error:
Internal Error: tag_resources: Unsupported attribute: This object does not have an attribute named "aws".
(/Users/vedmisra/turbot/flowpipe-samples/public_cloud/add_s3_bucket_cost_center_tags/.flowpipe/mods/github.com/turbot/[email protected]/pipelines/tagging/tag_resources.fp:40,27-31)
Expected behavior The pipeline should work correctly to apply the tags to the bucket.
Additional context Add any other context about the problem here.
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.
This issue was closed because it has been stalled for 90 days with no activity.