Braden Schaeffer

Results 17 comments of Braden Schaeffer

``` module.argocd.kustomization_resource.appproject_argocd_default: Modifying... [id=f77560ba-893c-4be6-8310-94793ca84074] ╷ │ Error: Plugin did not respond │ │ with module.argocd.kustomization_resource.appproject_argocd_default, │ on ../modules/argocd/main.tf line 252, in resource "kustomization_resource" "appproject_argocd_default": │ 252: resource "kustomization_resource" "appproject_argocd_default" {...

What's the point of tracking these attributes in TF state at all?

Proposal: If people are relying on this attribute they should be using a data resource. Terraform is not meant to manage the state of things that are constantly changing behind...

A computed attribute is generally the result of inputs though. If the inputs change that drive it, than the computed attribute should to. If computed attributes are changing constantly without...

One problem with using dynamic `rule` blocks with routers that have lots of rules is that it creates an enormous diff if you are generating large rule sets and you...

This only happens when the tree view is hidden.