How to store Terraform state file in Azure Storage | Terraform Remote Backend in Azure Storage

Поделиться
HTML-код
  • Опубликовано: 4 ноя 2024

Комментарии • 23

  • @Poojakm-tx1vs
    @Poojakm-tx1vs Месяц назад

    Wondering how you have less subscribers with the best explaination.. the best youtuber in this field.. best end to end explaination.. i was about to pay 32k tosimplilearn and cancelled after watching your videos.. thanks for saving me 32k

    • @DevOpsCoach
      @DevOpsCoach  Месяц назад

      Appreciate that, thank you so much!

  • @chetanrokade5156
    @chetanrokade5156 6 месяцев назад +1

    Great Sir, Very straight forward explanation.

    • @DevOpsCoach
      @DevOpsCoach  6 месяцев назад

      Glad you liked it thank you

  • @pjj7466
    @pjj7466 2 года назад +2

    sir post daily a video.. that will grow your channel in diffrent level... belive me your conent was awsome..

    • @DevOpsCoach
      @DevOpsCoach  2 года назад +2

      Thank you so much! Posting daily will be really challenging! But will try at least once a week

  • @ramseym6516
    @ramseym6516 2 года назад +1

    Thank you so much sir for sharing this - really helped in expanding knowledge

  • @CoolBuddy-c1z
    @CoolBuddy-c1z Год назад +1

    Awesome Sir 😊

  • @anshuanand7657
    @anshuanand7657 2 года назад +1

    Good Job well explained

    • @DevOpsCoach
      @DevOpsCoach  2 года назад

      Glad it was helpful! Thanks Anshu!

    • @anshuanand7657
      @anshuanand7657 2 года назад

      Hi,@@DevOpsCoach I wants to read the state file from azure storage can u plz make a video on this using azure it will be more helpful for others also bcz nowadays maximum project is coming to read the file from statefile only.

  • @mkraochirumamilla
    @mkraochirumamilla 2 года назад +1

    Thanks for your videos and knowledge sharing. What happens if two terraform developers executed terraform apply/destroy concurrently working on the same terraform code base and have two different remote state files in different blob containers?

  • @kirank3052
    @kirank3052 2 года назад

    awesome video , liked it

  • @francoredaelli7167
    @francoredaelli7167 Год назад

    What about the access_key reported in the site as information needed fot backend.tf ? Without that in the backend.tf the init fails (I'm using terraform 3.33.0).

    • @DevOpsCoach
      @DevOpsCoach  Год назад

      it was a typo. key(not access key) is nothing but name of the terraform remote state file.

  • @indranilmondal5509
    @indranilmondal5509 9 месяцев назад

    how to run this through release pipeline.. unable to provide yes/ no during pipeline run

    • @5451523
      @5451523 8 месяцев назад

      -auto-approve option after apply which means it's confirmes itsellf

  • @SpiritualAdda00
    @SpiritualAdda00 2 года назад

    How to lock the tf state file in azure storage blob a/c

    • @DevOpsCoach
      @DevOpsCoach  2 года назад

      you don't have to lock explicitly. Azure Storage blobs are automatically locked before any operation that writes state.

    • @SpiritualAdda00
      @SpiritualAdda00 2 года назад

      @@DevOpsCoach TQ for the information