your teaching style is excellent, to the point, no waste of time. I just like your style ... Thanks
@RahulWagh Жыл бұрын
I appreciate that!
@rajeshk920 Жыл бұрын
this is the best explanation i ever seen. your explaining slowly and clearly in detailed
@RahulWagh Жыл бұрын
Thanks for your feedback it is much appreciated
@supun_sandaruwanАй бұрын
Great content, Very clear explanation. Thank you sir ❤ Keep it up. Now I am going to watch all your terraform playlist 🔥
@RahulWaghАй бұрын
You are most welcome
@akhilsantosh3342 Жыл бұрын
You will definitely deserve more than this man.
@RahulWagh Жыл бұрын
Cheers akhil
@zerokneospark7363Күн бұрын
Could we create S3 bucket in Terraform code itself and give depends_on to create "backend" and other resources
@rishabhsingh1768 Жыл бұрын
amazing videos @rahul very easy to understand
@ElCanalDeJoshOfficial2 жыл бұрын
You are doing a very great job mate with these videos. Thanks!
@RahulWagh2 жыл бұрын
glad to hear that
@6699anish9 ай бұрын
@Rahul wagh, Thanks for the wonderful session.... Since I am new to this field having this doubt, If we are using an existing bucket for storing state files, How the terraform is getting permission to write on this S3. IS there any separate configuration needed for this?
@csgs132 жыл бұрын
Hii sir At 12:20 secs we are rerunning terraform init because we added extra resources in you code Or we destroy the resources
@prathmeshmohite76532 жыл бұрын
Very good clarification. Thanks for sharing with us. Waiting for your next videos.
@RahulWagh2 жыл бұрын
More to come!
@blessingjennifer24 Жыл бұрын
Very explained. Thanks
@RahulWagh Жыл бұрын
Glad it was helpful!
@galleon81294 ай бұрын
What if you want to create a new resource that has a different ami values resource id’s that are not yet existing in AWS using Terraform? I ask because there’s no point reusing details of existing AWS resources like EC2 instances.
@ratnachitluri7482 жыл бұрын
Can you pls share the steps for migrating the state from some given S3 location to some other location
@peterg54972 жыл бұрын
Great Explanation Sir!
@RahulWagh2 жыл бұрын
Glad you liked it
@novemberPrincess1109 Жыл бұрын
Hi, I have a doubt, i am trying to do minor version upgrade for aurora rds postgres engine via terraform, am faing an error which says InvalidDBClusterStateFault:Cluster cannot be deleted, it still contains DB instances in non-deleting state. could you please share steps to upgrade minor version of aurora rds postgres engine via terraform. Kindly Assist. Thank you in advance!
@balarampaira2 жыл бұрын
Thank you sir for the amazing video, I have one question if by mistake delete the tfstate file then is it possible to recover it?
@RahulWagh2 жыл бұрын
Well its really impossible to recover unless you have it somewhere on version control or remote location s3
@shilashm56912 жыл бұрын
You can do using backup file🤥
@akshaykadam8233 Жыл бұрын
Hi @RahulWagh if i have not created azure resources using terraform and now team wants me to destroy all resources using terraform. what command i need to execute can i run terraform destroy command directly or i need to first run terraform init, terraform plan, terraform validate and finally terraform destroy? could you please guide me on this?
@AtreyaNadig4 ай бұрын
Make videos on terraform to create resources in multi regions and maintaining state files dynamically in local machine
@DanielWeikert2 жыл бұрын
When I run terraform state pull it does not update my main.tf file? Isn' t it like git? I would have assumed that i have as an example an empty main.tf file and with the pull I would istantly get the update with all resources in the main.tf as well? Thanks
@kirangosavi466 Жыл бұрын
Simply awesome, please keep it up 😊
@RahulWagh Жыл бұрын
Thanks a lot 😊
@ashwindhaka54336 ай бұрын
Can I used same terraform state file to create resources in different regions. Pl answer Thanks in advance. 🙏
@RahulWagh6 ай бұрын
Yes but why you wanna do that
@ashwindhaka54336 ай бұрын
@@RahulWagh Thanks for reply , This question was asked in an interview If it is possible please answer 2-3 lines.
@ravib66392 жыл бұрын
The way of explanation very nice.. could you please share the videos azure with terraform also...
@RahulWagh2 жыл бұрын
Yes, soon
@forexmeter39002 жыл бұрын
Very well explained!
@sunilkumar-jt9nh2 жыл бұрын
It’s helpful for devops Guys
@RahulWagh2 жыл бұрын
Glad you liked it
@Rahul-ik4fd8 күн бұрын
Can we save the multiple versions of terraformstate file remotely?
@RahulWagh7 күн бұрын
Yes you can save remotely
@praveenbhogade2 жыл бұрын
Thanks for another amazing learning session :)
@RahulWagh2 жыл бұрын
You are welcome
@shreedharbatthad4714 Жыл бұрын
one word god of terraform
@RahulWagh Жыл бұрын
Happy to share the knowledge
@vamsitravelworld2 жыл бұрын
Please help to fix this issue: Initializing Terraform Cloud... ╷ │ Error: Invalid legacy provider address │ │ This configuration or its associated state refers to the unqualified │ provider "aws". │ │ You must complete the Terraform 0.13 upgrade process before upgrading to │ later versions. ╵ Operation failed: failed running terraform init (exit 1)
@jwood9799 Жыл бұрын
Great video! Thanks!
@RahulWagh Жыл бұрын
You're welcome!
@senthilkumar5129 Жыл бұрын
Well Done grate explanation
@RahulWagh Жыл бұрын
You are welcome
@shubhamkumar-ym5cq2 жыл бұрын
great work sir , plz bring circleci tutorials also...
@RahulWagh2 жыл бұрын
In will try my best to prepare something around circle ci
@Ashok_vlogs186 ай бұрын
Sir please make a dedicated video on GITLAB CICD
@RahulWagh6 ай бұрын
Sure
@bhanuprakashssit Жыл бұрын
thank you so much very nicely explained
@RahulWagh Жыл бұрын
You are most welcome
@aleemshariff8551 Жыл бұрын
Hello Rahul, Your videos are very helpful. Thanks alot. I am getting the below error while trying to add terraform.tfstate file to the S3 bucket. Error: error configuring S3 Backend: no valid credential sources for S3 Backend found. Hope you can help me with this. :)
@famorotitomike5982 Жыл бұрын
I got the same error message. How did you fix it?
@mimathew19 ай бұрын
Good presentation
@RahulWagh9 ай бұрын
So nice of you
@naveedali33 Жыл бұрын
Keep going sir
@RahulWagh Жыл бұрын
You welcome
@ptalukder Жыл бұрын
Love your videos thank you
@RahulWagh Жыл бұрын
Thanks for watching!
@MunnaK0222 жыл бұрын
Helpfull video sir
@RahulWagh2 жыл бұрын
Keep watching
@gocrow232 жыл бұрын
Really great video tutorial! May I request you to include spinning a VM in Azure using TF automation, how to merge two state file at remote backend codebase, etc. if possible!! Thanks!
@RahulWagh2 жыл бұрын
Well merging terraform state file does not sound a good idea, in any case the merging of terraform state file should be avoided
@gocrow232 жыл бұрын
@@RahulWagh Thanks for the reply, such meaningful scenario based learnings helps beginners a lot. Pls try to make using Azure services if possible.
@kushelg62862 жыл бұрын
Very helpful. Thank you.
@ponnagantichandu46332 жыл бұрын
How to copy local jar file into kubernates pod using terraform script
@RahulWagh2 жыл бұрын
But why you wanna copy manually to k8s pod ?
@ponnagantichandu46332 жыл бұрын
@@RahulWagh I need to achieve automation in terraform itself so that I can use only terraform script
@subhajyotidas7833 Жыл бұрын
great video
@RahulWagh Жыл бұрын
Thanks for the visit
@ravindraperisetla49042 жыл бұрын
Please create a video on Null resource in Terraform
@RahulWagh2 жыл бұрын
It is in my pipeline you will soon see it on my channel
@rmaheshkannan17682 жыл бұрын
Thank you sir. 🙏
@pareshmarathe3342 жыл бұрын
It helped me a lot. Cant thanks enough..!
@RahulWagh2 жыл бұрын
You are welcome
@sandeepsastry31232 жыл бұрын
I do not think terraform plan will create or update the state file. Its the terraform apply that changes the state file.