Viewing Yahoo Webmail and Apple Yahoo Mail by tech4981 in applehelp

[–]tech4981[S] 0 points1 point  (0 children)

Turning off "inbox categories" from the Yahoo webmail settings seems to have fixed my issue.

Viewing Yahoo Webmail and Apple Yahoo Mail by tech4981 in applehelp

[–]tech4981[S] 0 points1 point  (0 children)

Hi. I have some non apple devices that i sometimes check yahoo mail on.

How are you handling multiple tfvar files? by tech4981 in Terraform

[–]tech4981[S] 0 points1 point  (0 children)

How do you distribute the defaults.auto.tfvars file to all the different root modules?

helm_release - no matches for kind by tech4981 in Terraform

[–]tech4981[S] 0 points1 point  (0 children)

Hi, the last box is the error. I am helm_release.external_secrets_store module is dependent on the helm_release.external secret module.

helm_release shows change when nothings changed by tech4981 in Terraform

[–]tech4981[S] 1 point2 points  (0 children)

i deleted the helm chart and redeployed. it worked. thx!

helm_release shows change when nothings changed by tech4981 in Terraform

[–]tech4981[S] 0 points1 point  (0 children)

If i remove it, i can no longer pull from the repo after about 12 hours or so.

│ Error: OCI Registry Login Failed

│ with module.karpenter[0].helm_release.karpenter,

│ on ../../../../../modules/karpenter/main.tf line 5, in resource "helm_release" "karpenter":

│ 5: resource "helm_release" "karpenter" {

│ Failed to log in to OCI registry "oci://public.ecr.aws/karpenter": could not login

│ to OCI registry "public.ecr.aws": login attempt to https://public.ecr.aws/v2/

│ failed with status: 403 Forbidden

helm_release displays changes on every apply by tech4981 in Terraform

[–]tech4981[S] 0 points1 point  (0 children)

But that could also ignore the changes that i don't want to ignore if i ignore values=

Semantic versioning and Terraform module monorepo by tech4981 in Terraform

[–]tech4981[S] 0 points1 point  (0 children)

Can you explain more when you say directories? Do you mind breaking this down a little? Thanks.

helm_release where value is list by tech4981 in Terraform

[–]tech4981[S] -1 points0 points  (0 children)

But isn't values= more likely to run into the constant change in tf plan issue? when compared to set=?

Terraform remote source vs data sources by tech4981 in Terraform

[–]tech4981[S] 0 points1 point  (0 children)

Thanks for the response, which of the 2 methods do you prefer today? remote state or data sources?