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

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

КОМЕНТАРІ • 46

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

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

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

    Excellent 👌

  • @rishabh_sriv
    @rishabh_sriv 8 місяців тому +1

    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.

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

    Nice terraform contents..High level description.. congratulations

  • @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

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

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

  • @manojpal1496
    @manojpal1496 9 місяців тому +1

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

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

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

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

      Thank you, Keep learning and keep growing

  • @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

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

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

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

    it was crystal clear explained bro.thanks bro

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

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

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

      ua-cam.com/video/jCAUHtbSLjw/v-deo.html

  • @Dineshkumar-gb3yr
    @Dineshkumar-gb3yr 11 місяців тому

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

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

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

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

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

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

    Very good content.. 👍

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

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

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

    Very clear explanation. thanks

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

    good explanation 👏

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

    Thank you

  • @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 6 місяців тому

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

  • @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 6 місяців тому

      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