Falcon Taylor-Carter

Results 28 comments of Falcon Taylor-Carter

Generating `moved` blocks from this would be an incredible feature for productivity! Refactoring in Terraform is a quite tedious effort, even with tools like tfautomv.

Seeing the same thing with the following TF ``` resource "github_repository_file" "test" { repository = "RentTheRunway/bell_labs" branch = "master" file = ".testfile" content = "**/*.tfstate" } ``` Produces the following...

+1. This would be a great addition

For the curious, here's how I ended up doing this ``` name: Test workflow on: workflow_call: inputs: directoriesToUpload: required: true type: string jobs: deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3...

@q2w @bharathkkb Any chance for a release of this soon?

My understanding was that `dataFrom.find` only filters on what secrets to load, not on what keys from those secrets to load.