Troy Knapp

Results 38 comments of Troy Knapp

Although I don't think this is critical now because very few popular module authors require very recent versions of Terraform, as the two projects start to diverge it will become...

Personally speaking, I understand the utility of using a `versions.tofu` file to override version requirements... but I can say from personal experience that overrides in configs very often confuse people....

> You can actually do this already, by using an attribute reference for the name from the tags attribute of the vpc resource, instead of using the string value of...

> With all of that said, I wonder if this issue would be better framed as its root use-case -- which I read as something like "Ability to have OpenTofu...

I would like to note that while consuming the remote state via a remote data source is definitely anti-pattern, I don't believe it to be necessarily so. In my opinion,...

> That being said, for the time being, terraform_remote_state has it's place, why else was it created if it's use is to be discouraged in nearly every circumstance? All the...

Terramate has some cool conventions for resolving namespaces and merging values that might be helpful here. As a basic primer, given a folder structure where the following is defined in...

Instead of using a file as the scope, would it make more sense to just create a scope artificially? ``` scope "name" { lets { service_name = "foo" port =...

In preparation for this I picked up where I left off with my effort to make several examples of azure bootstraps with different login methods and I'm working through terratest...

> [@ImIOImI](https://github.com/ImIOImI), just in the interests of exploring various options to help make tradeoffs: > > If we could make a promise that OpenTofu would reserve a specific exit code...