Secure AWS Provisioning with Terraform: Access Key-Free Setup | Terraform Tutorials in Hindi

Поділитися
Вставка
  • Опубліковано 8 січ 2025

КОМЕНТАРІ • 17

  • @bharathgowdru2491
    @bharathgowdru2491 Рік тому

    I have thoroughly enjoyed your Kubernetes playlist, and it has been instrumental in clearing up numerous doubts. I would be immensely grateful if you could expedite the release of a comprehensive Terraform video series. Your content is incredibly valuable, and I eagerly anticipate learning from your expertise. Thank you!

    • @DevOpsPro
      @DevOpsPro  Рік тому

      Thank you for your kind words and feedback! Stay tuned for more content! 🚀

  • @Learner-hg4hj
    @Learner-hg4hj Рік тому

    Awesome madam !! Thank you 👍 very much

  • @SandeepSaini-mt3yl
    @SandeepSaini-mt3yl Рік тому

    Great & its very important

  • @travelwithdiva
    @travelwithdiva 6 місяців тому

    Nice one. Do we have to run this pipeline again and again if we want to make some changes like a diff version of the pod image or so, or create a separate pipeline that will deploy only the changes in the same eks cluster or the eks cluster will recreate using your pipeline and redeploy everything. What will be downtown in that case?

  • @shivanshusharma20.07
    @shivanshusharma20.07 2 місяці тому

    mam can you please add taint, provisoners etc topics also?

  • @ramesh_kumar_verma
    @ramesh_kumar_verma Рік тому +1

    thankyou mam

  • @ishantandon3576
    @ishantandon3576 Рік тому +1

    please also include terragrunt concept

    • @DevOpsPro
      @DevOpsPro  Рік тому

      noted

    • @ishantandon3576
      @ishantandon3576 Рік тому

      @@DevOpsPro as mam for managing real time multiple environment thats used in production based scenarios,that eill really be helpful for lot of guys .thanks

  • @anandpraphull5624
    @anandpraphull5624 9 місяців тому

    According to your code mam, line no 10, provider aws, ke niche underline show kar rha hai vaise hi mere code me bhi kar rha hai lekin jab terraform apply command run kar rha hu to line 10 pe error show kar rha hai
    Usko kaise solve kare

  • @iSalmaniac_
    @iSalmaniac_ Рік тому

    💯

  • @prajaktamahadik2473
    @prajaktamahadik2473 6 місяців тому

    muze error de raha hai to add export command can you help to resolve C:\Users\***\Downloads\terraform_1.9.2_windows_386>export AWS_REGION="us-east-1"
    'export' is not recognized as an internal or external command,
    operable program or batch file.

    • @ManiBalajiC
      @ManiBalajiC 6 місяців тому

      In windows use setx or set for temporary env variable , export is for linux

    • @DevOpsPro
      @DevOpsPro  4 місяці тому

      The error occurs because the export command is used in Unix-based systems like Linux or macOS, not in Windows. To set environment variables in Windows, you should use the set command instead. Try this:
      set AWS_REGION="us-east-1"

    • @shanujauhari9926
      @shanujauhari9926 3 місяці тому

      Mam I have a problem that how do you change directory in terminal from C:/User to deveopspro:$