turbot / flowpipe

Flowpipe is a cloud scripting engine. Automation and workflow to connect your clouds to the people, systems and data that matters.
https://flowpipe.io
GNU Affero General Public License v3.0
385 stars 16 forks source link

Input step fails when a value from the dropdown is passed in a form #790

Closed misraved closed 5 months ago

misraved commented 8 months ago

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

  1. 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.
  2. Run steampipe service start
  3. Run flowpipe server
  4. Select the local host for the bucket that you want to apply the tags to
  5. Select the tag that needs to be added
  6. 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/flowpipe-mod-aws@v0.1.1/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.

github-actions[bot] commented 6 months ago

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.

github-actions[bot] commented 5 months ago

This issue was closed because it has been stalled for 90 days with no activity.