Must know Terraform Interview question for experienced | terraform FAQs | Terraform Video1

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

КОМЕНТАРІ • 48

  • @JavaHomeCloud
    @JavaHomeCloud  10 місяців тому

    🌟 Welcome to Java Home Cloud 🌟
    Register for Online Training 👉 bit.ly/3vuBQqb
    🌐 javahome.in

  • @sravanikp1036
    @sravanikp1036 3 місяці тому +1

    Best ones with clear practicals

  • @debasishparthasarathi6685
    @debasishparthasarathi6685 10 місяців тому +1

    Nice terraform contents..High level description.. congratulations

  • @RajeshVerma-mp8qk
    @RajeshVerma-mp8qk 7 місяців тому +1

    Excellent 👌

  • @Hussain-vi4fd
    @Hussain-vi4fd Рік тому +5

    8:15 If the state file is lost you can get the current state with terraform import command. This is added in recent version

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

    You have created nice content of terraform , This video motivates me to see more video of your channel.Thanks.

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

    its a CRISP and CLEAR video. Waiting for some more terraform interview questions

  • @rishabh_sriv
    @rishabh_sriv Рік тому +2

    to import a manually created resource, you dont need to manually add the resource creation block you can add the import block in your code & add the resource id of already created resource & output it, it will give you the entire terraform block of already manually created resource.

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

    it was crystal clear explained bro.thanks bro

  • @VikashKumar-ty6uy
    @VikashKumar-ty6uy Рік тому +1

    Thanks a lot bro...i can corelate all the questions and visualize with my current project. It will also help us to face condition based terraform interview as well.
    Thanks a lot

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

    My friend you are a life saver! thank you so much!!!!

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

      Thank you, Keep learning and keep growing

  • @Alberto4178-t7f
    @Alberto4178-t7f Рік тому +1

    good job, I am eagerly looking for the second part.

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

    It's really helpful sir. Please make next part about it

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

    Very clear explanation. thanks

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

    Great job brother.. can't thatnk you more!

  • @Dineshkumar-gb3yr
    @Dineshkumar-gb3yr Рік тому

    Lovely content this is how things needed to be explained thanks alot for your work.

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

    Thank you

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

    It's nice video sir .
    Hope you will upload next video soon.

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

      ua-cam.com/video/jCAUHtbSLjw/v-deo.html
      Its here, Thank You

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

    Very good content.. 👍

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

    good explanation 👏

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

    Thanks !its really help to understand. one doubt suppose if we want to import 20 subnets and 20 ec2 instance means we need to create one by one? like u show for 1 subnet import

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

      Yes you have to

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

      @@JavaHomeCloud thanks. Then in my company they have not used terraform as of now , but we need to move to terraform means we have 148instances so again we need to do manually or is that any automation we can do?

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

      @@Willssucceed you can use for_each and Count together to create multiple instances with multi configs

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

      @@shahedabanu3616 Thank you !

    • @karthikperumal2549
      @karthikperumal2549 11 місяців тому

      @@Willssucceed you can use ami for multiple ec2 instance creation....

  • @penugudurugokul4720
    @penugudurugokul4720 2 місяці тому

    🙏🙏🙏🙏🙏🙏🙏🙏🙏

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

    You are delete resource and terraform apply and created again
    What if thr resource added manually in aws and you run terraform apply(new resource not declared in code)

    • @karthikperumal2549
      @karthikperumal2549 11 місяців тому

      It wont add the resource, it will run/match the existing code. If need to add manually created resource from aws console use "import".

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

    terraform is one of the worst technologies I have ever used but its used everywhere