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 "
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.
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
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.
@@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
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.
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.
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 "
Thanks! I'm glad they have been helpful
Thanks for the amazing playlist! we all really appreciate it!
This guy is the best!!!
Thanks, you the man!
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.
Sir, you did not touch on : condition ? true_val : false_val
i.e. count = "$(condition == true ? 1 : 0)"
How to Use the If / Else Statement in Terraform ????
thanks for presenting such a beautiful videos on Terraform. Can you please share the code which you have written while explanation.
Thanks for the kind words. There is a link to the GitHub code in the description with the examples
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
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.
@@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
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.
you can do it via Terraform - registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codepipeline
@@madrag Thank you :)
How autocomplete is working in VS code for me.its not working even though I have extension installed
I also having same problem, how did you solve it?
@@George-mk7lp no not yet unable to find it
Press ctrl+space
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.
Glad you found it helpful