Thanks Will for making it easy to understand provisioners.
@pedrojaviermunozgarcia3721 Жыл бұрын
Excellent! I am getting started with Terraform, and only with your video I undertood the real purpose behind provisioners!
@WillBrock Жыл бұрын
Awesome, glad it was helpful!
@Shiki2294 жыл бұрын
Please make more tutorials on Terraform. They've been very helpful, thank you!
@CasualBiker4 жыл бұрын
This has just everything I needed. The whole series of terraform videos are perfect for beginners. Thank you!
@WillBrock4 жыл бұрын
Great! I'm glad they were helpful
@spyderclin2 жыл бұрын
Amazing. The examples really hit home and clarified a lot of questions I had when reading through the documentation. Thank you for sharing and taking the time to put together this incredible content.
@WillBrock2 жыл бұрын
Thanks, I'm glad it was helpful!
@thanga23173 жыл бұрын
One of the best Terraform playlists. Thanks a lot and really appreciate it..
@WillBrock3 жыл бұрын
Thanks for the kind words
@felipeozoski4 жыл бұрын
Thank you so much for this playlist!!! we all really appreciate it!!
@Ronnie9P2 жыл бұрын
i'm confused a bit, if you create multiple ec2 instances , how does terraform know which ip to print when - provisioner "local-exec" { command = "echo ${self.public_ip} - ?
@marcusthelin99913 жыл бұрын
Very informative. Thank you!
@henrygory Жыл бұрын
I don't understand why you need to set up the connection block for ssh because I can already ssh in without it.
@pranayvadde86503 жыл бұрын
Hi Will, in connection block. how to specify private key file? i have given like this but getting error -private_key = file("F:\tf-eastus1-pem\pranay.pem") ...am specifying the pem file which is stored in my laptop. pls help...btw.the output is : Error: Invalid escape sequence on provisioners-main.tf line 16, in resource "aws_instance" "pranaytest": 16: private_key = file("F:\tf-eastus1-pem\pranay.pem") The symbol "p" is not a valid escape sequence selector.
@venkataramanapaik27334 жыл бұрын
how do i add my private key in provisioner connection if my pem file is stored as jenkins credentials?
@ramirez3683 жыл бұрын
Question for anyone, I already created a EC2 instance with Terraform, but I want be be able to connect to this instance and run an Ansible playbook so I can create and configure Apache to it....what is the easiest way to do that?
@StormWolf014 жыл бұрын
I love these vids. They explain what i need to know. Don't take it personally, but the one thing i don't like is the sound of your keyboard, which i find horrible. But having to listen to that keyboard is a small price to pay compared to the quality of the information delivered. Thanks.
@WillBrock4 жыл бұрын
Thanks, I have an external mic now for future videos which will eliminate the keyboard sounds.
@joeb.11633 жыл бұрын
This is brilliant 👏 👌
@bahthiernosadialiou41413 жыл бұрын
really perfect, best cours
@simplyviki4 жыл бұрын
Thanks, so what is the best way to run some shell commands on new instances if we don't want to use Ansible ?
@WillBrock4 жыл бұрын
With aws you can run commands after the instance is created using User Data. docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html For Azure you can use Cloud Init or Virtual Machine Extensions.
@softwaredeveloper73 жыл бұрын
Hello, Can you please let me know how to use provision in windows machine with 'winrm' connection.
@WillBrock3 жыл бұрын
I don't use windows, sorry.
@softwaredeveloper73 жыл бұрын
thanks @@WillBrock, I understand this one, but can you do post one video with connection winrm instead of ssh type. Look like no one has given answer on stackoverflow or make video on this topic Regards, @vishal
@DDayVlogss3 жыл бұрын
thanks Will for this osm video
@sacchasunil4 жыл бұрын
hey will nice video there. but i am using GCP and file provisioner where in i want to transfer some file from my local server to the virtual instance while it is getting created but the ssh connection seems to be not working it says Provisioning with 'file'. and then timeouts with the error SSH authentication failed (root@35.247.255.186:22): ssh: handshake failed: knownhosts: key mismatch Can you please help
@ashishmittal44612 жыл бұрын
Did you find the solution for this I am facing the same issue
@ebrahimbharmal89793 жыл бұрын
which OS is this?
@WillBrock3 жыл бұрын
Ubuntu
@ebrahimbharmal89793 жыл бұрын
@@WillBrock is it a specific version? My Ubuntu looks different!