Robert Tisdale

Results 62 comments of Robert Tisdale

Want to report that I'm seeing similar issues in my own setup. I'll try to do a bit of troubleshooting tomorrow as I'd like to leverage `tfmigrate`

Not sure why it switches to local backend but that's what is causing the problem ``` >2025/01/16 19:26:34 [INFO] [executor@.] switch backend to local ```

@SunsetYe66 The instructions outlined in this PR are likely what you need [Add section documenting usage and requirements for terragrunt #198](https://github.com/minamijoyo/tfmigrate/pull/198)

@reidmorrison Hope you're gearing up for an excellent New Years! If you have some time to review this, I'll be happy to do what's needed to get it across the...

I just deployed this on my end and I believe this is now working as most will expect but additional testing is certainly appreciated! One issue I'm still seeing: It...

There still seem to be at least a few issues with this implementation. See the following code as an example ``` SemanticLogger.tagged('etl', 'daily', 'matview', failed_jobs: failed_jobs.map do |job| { source:...

@kaylareopelle Thanks for reaching out. Hope you're well. >What's the latest status on span_id, trace_id, entity_name, etc? Is the agent attaching them to the event? Here is an example redacted...

@reidmorrison Thanks for getting things merged in. @jdelStrother Thanks for the detail there. Is there any possibility you'd be able to create an PR for this? I'd certainly appreciate it!

@minamijoyo An environment variable is better than nothing as long as it supports relative pathing in some manner. >Reading above the current directory adds a lot of complexity, so just...

@minamijoyo I attempted to implement a solution with what you mentioned over here https://github.com/minamijoyo/tfmigrate/issues/200#issuecomment-2824308318 Unfortunately that functionality is either not implemented or is not properly working. Regardless, here is an...