Expressions | Terraform Tutorial | #12

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

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

  • @andrewmgrube
    @andrewmgrube 3 года назад

    Great video, once again. I appreciate you going into a bit of detail about the here document and calling it exactly what it is. I watched another video from freecodecamp and I couldn't believe that the guy called the "

    • @WillBrock
      @WillBrock  3 года назад

      Thanks! I'm glad they have been helpful

  • @felipeozoski
    @felipeozoski 3 года назад +2

    Thanks for the amazing playlist! we all really appreciate it!

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

    This guy is the best!!!

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

      Thanks, you the man!

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

    Hello Sir, Its been an amazing learning of terraform through your videos. Just a request, Is the any videos that you made on real time scenarios on the usage of loops and conditions (for, if) in aws. If not could you make one to help explain the basic use cases with AWS.

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

    Sir, you did not touch on : condition ? true_val : false_val
    i.e. count = "$(condition == true ? 1 : 0)"

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

    How to Use the If / Else Statement in Terraform ????

  • @PREMKUMAR-ms7sm
    @PREMKUMAR-ms7sm 2 года назад

    thanks for presenting such a beautiful videos on Terraform. Can you please share the code which you have written while explanation.

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

      Thanks for the kind words. There is a link to the GitHub code in the description with the examples

  • @akshaynamdev2698
    @akshaynamdev2698 4 года назад +1

    Excellent video... need a small help...how we can create two ec2 instance and need to pass private IP (4 IP we can put) from variable so condition is when i run first time terraform apply it should create two instances n take 2 IP from that variable and when we run it 2nd time it should take remaining 2 IP...so how we can achieve this using terraform

    • @WillBrock
      @WillBrock  4 года назад +1

      Not sure I understand what you're doing but what you might want to do is have variables for each of the 4 ip's. The first time you run apply two of the variables would be null but the second time you can have values in them. Then in your terraform code you can add checks on those variables and do what you want with them.

    • @akshaynamdev2698
      @akshaynamdev2698 4 года назад

      @@WillBrock let tell you in detail
      Basically I have 4 IPs( exm; 1, 2 , 3 , 4) and i want whenever I run "terraform apply" 2 AWS ec2 instance should create and any 2 private IP should be from above 4 IP n 2nd time when I run terraform apply then 2 VM should create from remaining 2 private IP
      address

  • @kabircharan8865
    @kabircharan8865 4 года назад

    Let me say this first: "Excellent Tutorial on Youtub".
    Can we create a AWS Codepipeline using Terraform code instead of AWS cloud formation templates? If yes, kindly creae a video on this topic. If no, please explain what is the best way to create CI CD pipeline for AWS infrastructure as code using Terraform code.

    • @madrag
      @madrag 4 года назад +1

      you can do it via Terraform - registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codepipeline

    • @kabircharan8865
      @kabircharan8865 4 года назад

      @@madrag Thank you :)

  • @TheAusafonly
    @TheAusafonly 3 года назад

    How autocomplete is working in VS code for me.its not working even though I have extension installed

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

    man, what a horrible video. Making references to other programming languages (assuming you know) and then simply talks over what his mouse shows, not even actions the examples.

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

      Glad you found it helpful