45. Terraform (In Hindi) - Remote-exec Provisioner

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

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

  • @SampurnGuruji
    @SampurnGuruji Год назад +2

    Bhai Ek time tha Technical Guftgu dekha 1 ghante ka video terafrom par usme 30 min yanha vanha ki baat bache 30 min me instalnce create kiya aur samene se awaj aai bus ho gaya aap master ban gaye is se jyada kuch nahi 🤣
    Yanha aa kar ankh khuli terafrom kya hai
    you are Doing great videos👏👏 !!!

  • @harmanc7148
    @harmanc7148 Год назад +1

    very good explanation for not using provisioners.

  • @jalaluddinmondal9903
    @jalaluddinmondal9903 Год назад +1

    Just awesome Gaurav. You teaches with so much ease and explain critical concepts so well. Bravo.. Keep up good work

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

    very much needed how to use them in real time . thank you bhai !

  • @AmitMishra-ik6ie
    @AmitMishra-ik6ie 2 года назад +2

    brother i like your channel this series and i tell many friends and my collegues about your channel . you are doing a very good job brother .best of luck for your future. i love you content and your explaining style

  • @AnkitKumar-mw3fs
    @AnkitKumar-mw3fs 7 месяцев назад +1

    very well explain gaurav bhai

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

    great series for teraform

  • @nayan-tank
    @nayan-tank Год назад

    After long time I back to your videos to refer some concepts of terraform

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

      Thanks... Kindly share my videos on LinkedIn and other public platform and help me to grow my RUclips channel.

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

    Mind blowing ! if possible add assesment with every possible topic so it would be better for everyone and users for getting engage

  • @sandeepsharma-ge6yi
    @sandeepsharma-ge6yi 2 года назад +1

    Nice one bhai

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

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

    Gaurav Bhai k8s series k sath isko bhi parallel m continue rkhna please.

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

    I like your videos

  • @PrabhatKumarDwivedi-cf2wb
    @PrabhatKumarDwivedi-cf2wb Год назад

    nice explanation

  • @onkarghaisasmusic
    @onkarghaisasmusic Год назад +1

    my ec2 instance is in private subnet, which means it cannot be connected remotely from internet without a bashion host/ jump server. how can I use file or remote-exec provisioner to modify hosts file on the instance using terraform? please advise.

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

      You can find documentation for "Connecting through a Bastion Host with SSH" in below
      developer.hashicorp.com/terraform/language/resources/provisioners/connection

  • @AjaySingh-cs2cs
    @AjaySingh-cs2cs 4 месяца назад +1

    This is the error I got while I was practicing your terraform provisioner video. Can you please explain where I am going wrong? │ Error: timeout - last error: SSH authentication failed (ubuntu@8.8.8.8.8): ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain (Public ip is diffrent)

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

    Sir pipeline kab start karre ho please reply

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

    Gaurav Sir,
    Nice Videos Sir.
    I have create two different files to create two instances. Its working fine via apply and destroy commands. If i wish to destroy only one instance, so how it is possible?

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

      Plz go though the playlist you will get the answer

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

      ex. terraform destroy -target=resource_type.resourcename
      if you have multiple you can use: terraform destroy -target=resource_type1.resource.name -target=resource_type2.resourcename resource type means aws_instance and resource name means name of instance ex web so it will be : aws_instance.web