What's New in the AzureRM Terraform Provider Version 4.0.0?!?

Поділитися
Вставка
  • Опубліковано 19 вер 2024

КОМЕНТАРІ • 14

  • @richardwang1775
    @richardwang1775 24 дні тому +2

    Thank you! Great advice on pinning the current version to 3.x, and treat 4.x as migration - so cannot rush for it.

  • @fwelk
    @fwelk 24 дні тому +2

    This was exactly what I needed before my kick-off meeting tomorrow. Just at the right time, thank you!
    Edit: I was about to yolo this into production :( Can you perhaps make a video about how to upgrade safely? Would be awesome! :)

  • @nicklevson9608
    @nicklevson9608 24 дні тому +3

    Ugh the whole not allowing a subscription_id argument in azure_rm for resources has been a pain. All the different Microsoft defenders are enabled at the subscription level only. So if I want to enable Azure Defender for servers for example on 100 subscriptions with Terraform I'd have to make 100 sub provider blocks 😐. Ended up using Powershell instead mixed in with some Azure policy.

    • @azure-terraformer
      @azure-terraformer  24 дні тому +2

      Right now AzAPI is all you can do. But I think if we make the subscription ID as optional attribute to every resource it would make your life easier. We wouldn't have a provider block scoped to a subscription any longer! It would be like the GCP provider where you could just add the target subscription ID to any resource you provision.

  • @mloskot
    @mloskot 24 дні тому +1

    Thank you!

    • @azure-terraformer
      @azure-terraformer  24 дні тому +1

      You're welcome! Long time no see @mloskot!!! 😁

    • @mloskot
      @mloskot 24 дні тому +1

      ​@@azure-terraformer Yeah, been swamped with near complete rewrite stack modules of my environments ...thanks to all I've learned here (and there too), then summer holidays kicked in, time off, and I'm back :D

  • @1979benmitchell
    @1979benmitchell 24 дні тому +1

    With advanced LandingZone deployments (especially large scale AVD), we need to be able to target multiple subscriptions.

  • @byron_glover
    @byron_glover 24 дні тому

    Random question thats been bugging me, is it ok to setup a module resource wrapper just for the simple purpose of reducing duplicate code when creating 3 env's? prd, uat, dev, etc..

  • @koodauskanava9096
    @koodauskanava9096 24 дні тому +1

    I agree that the subscription id should be optional.