Matthew Warman
Matthew Warman
It looks like `tfupdate` might actually work. We can provide a config that the CLI doesn't expose, doing some hacking locally to see whats possible: https://github.com/updatecli/updatecli/blob/bf6ad3ec6a8a5e9dca99501af662b640460ab47a/pkg/plugins/resources/terraform/lock/main.go#L71-L76 ```diff - lockIndex, err...
@quotidian-ennui you might be interested in testing #1870 Went with slightly different config, which played very nicely with how it had already been coded: ```yaml targets: provider: name: 'Bump hashicorp/hcp...
`terraform/provider` support still needs some work, The endpoint that is currently used isn't available on `registry.opentofu.org` - 404 But - works
Related: https://github.com/michaelklishin/rabbit-hole/issues/279
I got the downstream dependency updated in https://github.com/michaelklishin/rabbit-hole/issues/279 and it was released in [michaelklishin/rabbit-hole/2.16.0](https://github.com/michaelklishin/rabbit-hole/milestone/16). But when I looked to upgrade the version in the provider it required a lot more...
@olblak https://github.com/goccy/go-yaml/pull/412
With the new `hcl` resource plugin (#1424) technically updating a terraform module from the registry and github is now possible ### Terraform Modules - Registry ```yaml name: Terraform AWS Modules...
@olblak and @dduportal to consider this complete how about: - [x] HCL Updates #1424 - [x] Terraform Lock (condition/target) #1554 - [x] Terraform Provider (condition/target) #1554 - [x] Terraform Registry...
@goccy I'd be interested to get your thoughts on this. If you specifically have reservations/thoughts on how the change could be behind a feature flag for backwards compatibility, let me...
Hello @matchai I'd be interested on your opinion on this as you previously commented on #3276, I think I've addressed the concerns raised.