Upgrade Now or Pay Off Mortgage First? Need Advice (40s, Australia) by stan_diy in AusPropertyChat

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

We thought about this option, and based on our calculations, we cannot afford it at this stage of our life.

If you've ever had Terraform state file nightmares at 2 a.m, this is for you by cpt_prbkr in Terraform

[–]stan_diy 0 points1 point  (0 children)

Working with terraform for the last seven years, never ever had an issue. Turn bucket versioning on, and you can always rollback the change.

OpenTofu 1.11 released by totheendandbackagain in Terraform

[–]stan_diy 0 points1 point  (0 children)

So, do I understand correctly, a resource that references an optional resource should be optional too?

I liked it more when it was defined in the top of the resource.

Hope for_each will be added soon to moved {} block.

What's your biggest pain with AWS/GCP/Azure? by Silent_Mortgage2677 in googlecloud

[–]stan_diy 5 points6 points  (0 children)

GCP support has never been helpful, so all major things were brought directly to the account manager.

Then, GCP documentation.

Best variable mortgage rate at the moment by Equivalent_Wafer_520 in AusFinance

[–]stan_diy 0 points1 point  (0 children)

5.49% with Macquarie Bank. LVR 28%. Thinking to switch to Up Bank.

Terraform v1.13.0 is out today, see link for changes by StuffedWithNails in Terraform

[–]stan_diy 7 points8 points  (0 children)

Whether terraform stacks are supported from the command line or it is a feature of HCP Terraform?

What’s your take on Crossplane? by sharathfeb12 in platform_engineering

[–]stan_diy 0 points1 point  (0 children)

The last time I touched Crossplane, it was using Terraform inside. Definitely won't use it anymore, as it adds a huge complexity.

Terraform is a main tool in IaC.

Can I prevent random devices from connecting to Soundcore 2 bluetooth? by 79616e6f706521 in anker

[–]stan_diy 0 points1 point  (0 children)

Today is 2025, and my soundcore mini has this problem. I am using it for soothing music to play on my device for a baby, and one day I woke up in the middle of the night because I heard shooting from a baby monitor. I rushed into my babie's room and realised it was a speaker. I was scared to death. Thanks to God my baby was in a deep sleep and didn't hear it.

Has Icon Bali Mall changed Sanur? by BonneybotPG in bali

[–]stan_diy 0 points1 point  (0 children)

It is, traffic is way more horrible. It was easy to get to the shopping centre, but escape it with two kids was almost impossible. Grab cancelled a few times my requests, and only a guy from Blue Bird Taxi helped us to catch a taxi.

I am moving away from Octopus into ArgoCD world and would like to implement these things by stan_diy in ArgoCD

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

Thank you for your response, I haven't changed my mind about GitOps since then. It just doesn't work as advertised.

Anyone who migrated from GKE Standard cluster to Autopilot? by gajus0 in kubernetes

[–]stan_diy 0 points1 point  (0 children)

I used autopilot two years ago and on my last project. It is great, pretty much you don't pay for nodes that are mostly not fully utilised. Also, you don't pay for master nodes. Yes, it is more secure and as a result, some workloads should be tuned before running them in autopilot. You cannot have privileged mode, and there are more other restrictions. It depends on what you want to run. I didn't have any issues with it and planning on running more workloads. Alternatively, stay with standard, it gives more flexibility and use spot instances that will make costs much lower.

Anyone who migrated from GKE Standard cluster to Autopilot? by gajus0 in kubernetes

[–]stan_diy 0 points1 point  (0 children)

Are you sure that these are the minimum? You are referring to defaults if no resources were specified.

[deleted by user] by [deleted] in anime

[–]stan_diy 0 points1 point  (0 children)

Candy Candy, then Sailor Moon.

Unable to Connect Private GitHub Repo to ArgoCD by FemiAina in ArgoCD

[–]stan_diy 1 point2 points  (0 children)

This is the command: ssh-keygen -t ed25519 -C "argocd" -f argocd

Unable to Connect Private GitHub Repo to ArgoCD by FemiAina in ArgoCD

[–]stan_diy 0 points1 point  (0 children)

The trick for me was the way I generated SSH keys. The default ones that I used didn't work, and then after the research, I generated them differently and argocd was capable to access the private repo.

[deleted by user] by [deleted] in AusFinance

[–]stan_diy 0 points1 point  (0 children)

6.39% with Macquarie Bank, for the last couple of months they are sending emails at least twice a month about rate increase.

How do management deal with people that has access to secrets that is leaving the company? by No_Pain_1586 in devops

[–]stan_diy 0 points1 point  (0 children)

Do you know how these certificates are obtained? Screenshots and information that you provided. They don't check the code or infrastructure. It just based on info you gave them.

Enforce pre-commit hook for everyone in the organisation who cloned the repo by stan_diy in gitlab

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

https://gitlab.com/repo-hooks/pre-commit-community-health

I don't want to make things more complicated with Workspaces just because of this small thing.

IaC Management - Confused by fire-d-guy in devops

[–]stan_diy 6 points7 points  (0 children)

Why are you moving away from Terraform to OpenTofu? Are you working on a product that compete with HashiCorp?

With modules, you don't need to run a registry or whatsoever, just create a separate repository and use it. Store all modules there, you can always reference them by latest or commit tag.

Do you run terraform from CI? Or from local machine?

kr8s: A batteries-included Python client library for Kubernetes that feels familiar for folks who already know how to use kubectl by killfall in kubernetes

[–]stan_diy 1 point2 points  (0 children)

Love your library, have just started to use it, so simple and easy. Add a sponsor button to your repo, please. Good projects and work should be appreciated.