Chris Balmer

Results 4 comments of Chris Balmer

Same error on vanilla kubernetes with longhorn storage provider. > When applying changes to kubernetes_manifest.pod_jira, provider > "provider[\"registry.terraform.io/hashicorp/kubernetes\"]" produced an > unexpected new value: .object: wrong final value type: attribute...

Swapping from a kubernetes_manifest resource to a kubernetes_pod_v1 resource fixed the issue for me.

Any update on this for examples? I have a login item with some sections and fields. I'd like to be able to grab the string value from a field. This...

I was able to get the value I wanted with this but it seems way overly complicated for the task: ``` value = [for field in [for section in data.onepassword_item_login.workstation.section...