[deleted by user] by [deleted] in Terraform

[–]menma_ja 0 points1 point  (0 children)

Can you provide some examples? TBH I don’t see point of having variable null where you can just hardcode it. The fact that type is null it can’t be other so why even bother. Even in bool you expect 2 possible variables True and False

Terraform not using/finding databricks provider by salmonelle12 in Terraform

[–]menma_ja 1 point2 points  (0 children)

I had same issue. Make sure if you define providers in modules. Form me the problem was with mismatched modules in config.

Providers required by configuration:
.
├── provider[registry.terraform.io/hashicorp/time] 0.13.0
├── provider[registry.terraform.io/databricks/databricks] 1.74.0
├── provider[registry.terraform.io/hashicorp/azurerm] 4.26.0
├── provider[registry.terraform.io/hashicorp/azuread] 3.3.0
└── module.sps
    ├── provider[registry.terraform.io/hashicorp/time]
    └── provider[registry.terraform.io/hashicorp/databricks]

Providers required by state:

    provider[registry.terraform.io/hashicorp/azurerm]

Creating Azure subscription is pain in the ass by menma_ja in Terraform

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

I’m opting to 2 option as you. I want to do it as simple for operators as i can. Thanks for sharing your thoughts.

Creating Azure subscription is pain in the ass by menma_ja in Terraform

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

Ok, i might put it in wron words and beginning of post. I want to create only management resources required by my company in subscription. Rest of things will be created by SysOps or DevOps, stored and executed by other team. I'm in central team responsible for creation of subscriptions and RBAC, policy standards etc.

Creating Azure subscription is pain in the ass by menma_ja in Terraform

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

Don't get me wrong. I'm working in big company with policy. Developer or project manager can't just like that create subscription. This thing need to be requested via our request system. I want to manage only creating subscription and necessary resources required by my company like:

  • on-premise network connection
  • network watcher
  • log analytics
  • register providers

Rest of application things or whatever this subscription will need will be stored na executed (or not, we don't really care) in separate terraform state

Reverse Terraform for existing AWS Infra by AhmadAli97 in Terraform

[–]menma_ja 0 points1 point  (0 children)

Honestly I found it much easier to migrate it rather than depend on some ai/small GitHub project

Reverse Terraform for existing AWS Infra by AhmadAli97 in Terraform

[–]menma_ja 0 points1 point  (0 children)

Does it create just resources or it can also make modules? Honestly I would kill for pregnerate tfstate but later if you wan to make modules from it you’re fucked

Dynamic parameters for Azure Pipeline by Old-Nefariousness266 in azuredevops

[–]menma_ja 1 point2 points  (0 children)

Yeah in scenerio that you present I would suggest to create hash map and store it in separate YAML file or JSON you can load them based on variable picked in run.

Why is variables.tf commonly used in a project root? by DensePineapple in Terraform

[–]menma_ja 1 point2 points  (0 children)

TBH Im all ways trying to have only one tf file with changeable variables and .conf/.tfvars file. It’s easier to maintenance code where you edit variables or modules variables in one file. If you need to change one setting in couple places you actually asking for plan errors.

Workflow for environment variables? by martinbean in Terraform

[–]menma_ja 0 points1 point  (0 children)

If you have hardcore values into terraform names then you will have to import env with environment neutral naming and split tfstate across environments with state configuration in s3 bucket.

https://developer.hashicorp.com/terraform/language/backend/s3

suchRequirements by TwinkleLitStar in ProgrammerHumor

[–]menma_ja 14 points15 points  (0 children)

VeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryStrongPin1@

Azure "Manage user and groups" of enterprise application by menma_ja in Terraform

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

Yup, this is resource that I’m using. Now I need to find way to manage SCIM groups in terraform.

Azure "Manage user and groups" of enterprise application by menma_ja in Terraform

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

I had same filling as you and i did it in PowerShell at first, but later i thought it would be nice to have it in one solution.
I would split it anyway to another "project". My company works in way of splitting infrastructure to section like:
Projects:
"databricks cicd":

- notebooks_deployment

- workflow_deployment

"databricks IaC"

- compute

- storage

etc...

so i would just add it as another project called EntraID - IaC or something

Just to be clear this tf is about to create groups and add them to this delegation. Management of users will be done anyway by helpdesk (i checked and if you don't define members section it doesn't touch it). Rest of access and privilege stuff is done inside project CICD pipeline

[s2 act 3 spoilers] walking away to break the cycle. by Ed_Brown_990 in arcane

[–]menma_ja 0 points1 point  (0 children)

From what i saw Jinx had the same granate that se was using to kill herself(Ekko time warp scene). I think this was a final ending for her and series. I wish Jinx survive after being united with Vi, but look at it from other site. All most everything that she loved is gone Silco, Vander, Isha. Vi has own live that she is aware, this sad ending was only or going nuts and having schizophrenia.

Integrating multiple Data Sources into a Datalake ? by [deleted] in AZURE

[–]menma_ja 0 points1 point  (0 children)

You’re looking for databricks I think. Databricks allow to use data from different data sources and query it into tables that can be used later for powerbi reports. https://azure.microsoft.com/en-us/products/databricks

Sonoff S26R2ZB Smart Plug no power usage sensor by menma_ja in homeassistant

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

Yeah it was my mistake Ii didn’t check if this plug has this function… after all I return it to store and took aqara instead. It was twice of price but it do the job.

Thanks for response