Day-5 | Most Common Terraform Task Used in Real-Time |

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.พ. 2025
  • Support my work
    www.buymeacoff... Hi Everyone, My Name is Abhishek and my channel is focused on delivering Free content on DevOps and Cloud. Follow my channel for practical learning of DevOps and Cloud. Don't miss the FREE DEVOPS COURSE and FREE AWS COURSE from Playlists section.
    Doubts Clearing Group
    www.youtube.co...
    GitHub Repo for the Series
    github.com/iam...
    Instagram: / abhishekveeramalla_off...
    Book 1:1 with me on TopMate for career guidance
    topmate.io/abh...
    Public Telegram Channel For Notes and Updates
    t.me/abhishekv...
    About me:
    ========
    LinkedIn: / abhishek-veeramalla-77...
    GitHub: github.com/iam...
    Medium: / abhishekveeramalla-av
    What is Terraform ?
    Learn Terraform from basics
    Terraform real world examples
    Terraform course
    Best terraform course
    Terraform modules
    Terraform workspaces
    #devops #futureofdevops #kubernetes #sre #aws #azure
    DEVOPS FAQ
    DEVOPS
    WHAT IS DEVOPS ?
    WHY DEVOPS ?
    HOW TO LEARN DEVOPS ?
    LEARN DEVOPS IN 60 DAYS ?
    NON IT TO IT BACKGROUND ?
    IS DEVOPS EASY TO LEARN ?
    BEST DEVOPS COURSE
    FREE DEVOPS COURSE
    #AbhishekVeeramalla
    BEST DEVOPS VIDEOS
    DEVOPS INTERVIEW QUESTIONS
    EASY DEVOPS VIDEOS
    BEST WAY TO LEARN DEVOPS
    PYTHON FOR DEVOPS
    PYTHON PROJECTS FOR DEVOPS
    LEARN PYTHON
    PYTHON PROJECTS FOR AWS
    AWS PYTHON PROJECTS
    AWS LAMBDA FUNCTIONS
    WHAT IS GITOPS ?
    WHY GITOPS ?
    LEARN GITOPS ?
    GITOPS FREE COURSE
    What is AWS ?
    LEARN AWS FOR FREE
    AWS COURSE
    AWS COURSE FOR DEVOPS
    AWS CLI Deep Dive .
    .
    Disclaimer: Unauthorized copying, reproduction, or distribution of this video content, in whole or in part, is strictly prohibited. Any attempt to upload, share, or use this content for commercial or non-commercial purposes without explicit permission from the owner will be subject to legal action. All rights reserved.

ความคิดเห็น • 202

  • @abhinaisai4778
    @abhinaisai4778 ปีที่แล้ว +19

    running a web server is long running process. terraform doesnt know whether it is successful or not. It terminates the command while closing the ssh session. We should run the process background and give some prompt to the terraform. I think we can do it using the nohup cmd

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  ปีที่แล้ว +3

      😎😎

    • @Geekgurlcode
      @Geekgurlcode ปีที่แล้ว +3

      I am a beginner..can you elaborate more?

    • @Deva2596
      @Deva2596 ปีที่แล้ว +17

      @@Geekgurlcode When you run a Terraform script to provision infrastructure, certain resources may involve long-running processes, such as deploying and configuring a web server. The issue you're encountering is that Terraform may not wait for these long-running processes to complete before closing the SSH session, leading to uncertainties about whether the process was successful or not.
      One approach to address this is to run the long-running process in the background and disassociate it from the current session. The nohup command is a useful tool for doing this in Unix-like systems. The nohup command stands for "no hang up" and is used to run a command immune to hangups, with output to a non-tty (non-terminal) that persists even after the user logs out.

    • @suhasdhoke1735
      @suhasdhoke1735 ปีที่แล้ว +2

      as we run any command with "&" at the end , it run the command in backgroud , nohup is just for getting output of the commands in nohup.out files at same location.

    • @ajayhegde2761
      @ajayhegde2761 10 หลายเดือนก่อน +1

      ​@@suhasdhoke1735 I am also thinking the same. It should run in background right as we are using sudo command and & at last it should work. I searched and got this. I am not sure
      Shell Differences: The shell environment might behave differently between manual login and remote execution. Try explicitly setting the shell to /bin/bash or /bin/sh in your remote-exec command to see if it resolves any differences.

  • @Geekgurlcode
    @Geekgurlcode ปีที่แล้ว +23

    Abhishek, you saved my life...attending so many worst trainnings in devops, being unemployed with responsibilities for 6 months, I finally found my confidence back...Thanks, Thanks for such a great work. Finally decided to attend interviews

  • @tharunjulme3002
    @tharunjulme3002 ปีที่แล้ว +6

    Abhi Anna You are some one who always makes complex topics very easy for the beginners..!

  • @doyinekong
    @doyinekong 11 หลายเดือนก่อน +2

    How come I am just meeting you!!!! Wow! Thank you.. You give confidence to the listener by your teaching. Thank you Abhishek👏

  • @nagarjunakondala8664
    @nagarjunakondala8664 ปีที่แล้ว +4

    Thank you for creating a Terraform Zero to Hero series it helped me a lot to learn & enhance my skills, I request you to create more real-time projects examples like this which will boost the confidence in gaining knowledge beginners & experienced people.
    Your content is worth learning & helps to build their career. Keep going..!!!

  • @SudhanshuMitkar-vy9dk
    @SudhanshuMitkar-vy9dk 5 หลายเดือนก่อน +1

    G.O.A.T in Devops , Best TH-cam Trainer award should be given to Abhishek Sir.

  • @debashissinha8489
    @debashissinha8489 9 หลายเดือนก่อน +2

    I am trying to understand the logic and the pain, he takes to explain. It made me feel that to my knowledge, none-other -other than he can guide people so sincerely. I will share the link with my friend. Hats off Abhishek!!!!

  • @nareshv7797
    @nareshv7797 ปีที่แล้ว +2

    Superb explanation..you made a complex concept into very simplified manner
    THANKS FOR PUTTING YOUR EFFORTS

  • @chandangowda6935
    @chandangowda6935 ปีที่แล้ว +5

    I have previous knowledge on provisoner but this much easily I never understood, This series helping me for revising Terraform concepts. Thank you Abhi Bro

  • @SivaCloud-uo3ev
    @SivaCloud-uo3ev 11 หลายเดือนก่อน +1

    You are awesome Abhishek , I followed different courses on terraform . Felt terraform is complex , By watching this Zero to Hero . I can feel its very interesting and easy to learn

  • @harshnegi200
    @harshnegi200 4 หลายเดือนก่อน

    Completed...!
    Thanks Abhishek for this great session. 38:40 just remove "&" at line 102 , it will work perfectly.

  • @GopalKrishna-ze5us
    @GopalKrishna-ze5us 2 หลายเดือนก่อน +2

    EXCELLENT EXPLANATION AND VERY LEARNING !! WITH LOVE FROM NEWYORK USA !!

  • @lingrajbiradar4416
    @lingrajbiradar4416 ปีที่แล้ว +3

    I initially found Terraform to be a challenging tool to work with. However, after following your Terraform series, I've come to realize that it's actually quite straightforward and manageable. Thanks Abhishek 😊

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  ปีที่แล้ว +1

      Yes it is very simple

    • @PrincePazol
      @PrincePazol ปีที่แล้ว

      I'm loving your series. I know you will bless us with a similar series for Ansible@@AbhishekVeeramalla 💌

  • @banups-p
    @banups-p ปีที่แล้ว +2

    Your are a simha, legend and akanda blockbuster in devops.

  • @nethuestechnologies-y1l
    @nethuestechnologies-y1l 2 หลายเดือนก่อน

    Thanks for giving deep dive knowledge in this topic and you are a great man.

  • @soumyadipchatterjee2267
    @soumyadipchatterjee2267 ปีที่แล้ว +1

    Kudos Abhishek for creating this simple content for Provisioners .😊😎

  • @MFB7799
    @MFB7799 ปีที่แล้ว +3

    Just removed the & in that command & application running in foreground able to access it from browser. It worked for me

  • @aniruddhatope2388
    @aniruddhatope2388 ปีที่แล้ว +2

    Absolutely wonderful... Thanks a lot for this series.

  • @joelfernandez5141
    @joelfernandez5141 ปีที่แล้ว +2

    Thank you sir, you explained it in much easier and simple way thank you again

  • @josephefosaoviawe9210
    @josephefosaoviawe9210 7 หลายเดือนก่อน

    Thank you Abhishek!!!...so glad to have found you.🙏🙏🙏🙏

  • @handsomevillian
    @handsomevillian 7 หลายเดือนก่อน

    sir your talked about confidence at the end of this video so it is above the expections.

  • @maheshwaikar3311
    @maheshwaikar3311 ปีที่แล้ว

    Abhishek, you are the Gem in all DevOps trainers. I am a senior software proffessional and following devops practice now. Your explaination is in very simple ways which I can understand without looking into screen (i can understand from audio only)
    I had a request about future series should cover complete product/software to be build under complete devops practice ie. Microservices to helm deployments, cicd, monitoring...
    This could be a final landing of any devops engineer

  • @amruthaammu7934
    @amruthaammu7934 ปีที่แล้ว +1

    very well explaination i got the things so easily.. u really makes hard concepts into soft...this video helps me alot. even i executed it correctly tq abhishek

  • @yagyeshjha6334
    @yagyeshjha6334 ปีที่แล้ว

    Hi Abhishek, Thanks for giving this wonderful Terraform series.

  • @SurendraVaka
    @SurendraVaka 6 หลายเดือนก่อน

    Great Script example and Great explanation ! :)

  • @happyshoppi1036
    @happyshoppi1036 ปีที่แล้ว +1

    Thanks for this wonderfull video I have completed this and its working as per the code

  • @VivekGupta-dg8ki
    @VivekGupta-dg8ki 4 หลายเดือนก่อน

    We can use nohup &, Then it'll work properly.

  • @GirishRameshbabu
    @GirishRameshbabu 7 หลายเดือนก่อน

    You are doing a great job bro!! Keep it up
    Thanks a lot for this series.

  • @AmrutaWagh-kb3yv
    @AmrutaWagh-kb3yv ปีที่แล้ว +2

    just waiting for the next session... and you are here today 😊thanks 😃🙏🏻

  • @Hozaifa_Uzair
    @Hozaifa_Uzair ปีที่แล้ว +2

    Good to see your consistency 👍

  • @mayuri1105
    @mayuri1105 ปีที่แล้ว +6

    Hi Abhishek , Please can you make at least one consolidated video on networking concepts for Devops engineer , may not be detailed but at least which covers most of the required concepts of enterprise networking (Cloud and on premises ).or may be a video which lists out imp concepts of networking.

  • @generalgyan8705
    @generalgyan8705 ปีที่แล้ว +1

    ❤nice explained as usual Abhishek .

  • @lingrajbiradar4416
    @lingrajbiradar4416 ปีที่แล้ว

    hi abhishek i am able to successfully implement the task. thank you.

  • @vishalsuthar9876
    @vishalsuthar9876 27 วันที่ผ่านมา

    DAY 5 ❤

  • @chennareddy4618
    @chennareddy4618 6 วันที่ผ่านมา

    thank you sir for sharing :)

  • @monalisabarik5731
    @monalisabarik5731 9 หลายเดือนก่อน +1

    Thanks Abhishek. I have followed your videos and with my experience I got four offers . thanks a lot..please post more videos on kubernetes and terraform

  • @sowmithrawulwar2823
    @sowmithrawulwar2823 3 หลายเดือนก่อน

    I wish you could've used modules and backend concept in this video and explain it, Integration of concepts are missing. It would've given more clarity because when we use different concepts or previous topics , things will be real time and gives good knowledge.

  • @manojgandham-lu7tu
    @manojgandham-lu7tu ปีที่แล้ว +1

    Great explanation ❤

  • @nagarjunakondala8664
    @nagarjunakondala8664 ปีที่แล้ว +6

    Udemy ❌ Abhishek Veeramalla ✅

  • @SubhajitMaity-yk3bz
    @SubhajitMaity-yk3bz 11 หลายเดือนก่อน +1

    Thank you sir. Great video.

  • @dasariganesh5211
    @dasariganesh5211 ปีที่แล้ว

    super super super explanation

  • @tanayabanerjee2380
    @tanayabanerjee2380 ปีที่แล้ว +5

    Thanks for the provisioner concepts.....will you cover data sources also ??? please try to include this topic in your upcoming videos...

  • @RahulSharmaSingularity
    @RahulSharmaSingularity 9 หลายเดือนก่อน

    Crisp and Clear !

  • @chiru8557
    @chiru8557 ปีที่แล้ว

    THE BEST

  • @randomvideosnclips
    @randomvideosnclips 10 หลายเดือนก่อน +2

    "sudo python3 app.py &",
    removed "&" and "," the script was able to initiate the python application. Not sure on the usage of "&"
    after stopping the appkication, terraform returned this error, "remote command exited without exit status or exit signal."

  • @abhisektripathy9864
    @abhisektripathy9864 ปีที่แล้ว

    Nicely Explain

  • @ashokd4673
    @ashokd4673 ปีที่แล้ว +1

    After watching thiese video getting some questions in my mind.
    What is difference between tf and ansible?
    Upto packages installations the tf provisioners are Ok but in real time projects using more than that so how it will useful ?
    By using ansible we can manage all hosts/servers to different operations like installations/copy etc..

  • @kannadalli_mahiti
    @kannadalli_mahiti 8 หลายเดือนก่อน +1

    superb explanation

  • @dideepakindorkar3413
    @dideepakindorkar3413 6 หลายเดือนก่อน

    Thanks abhishek bhai

  • @kmrathnam55
    @kmrathnam55 8 หลายเดือนก่อน +1

    Hi Abhishek, You made my day is very easy becuse even I am under impression that how to write terraform code, after watching your videos, I am confident that any one can learn the terraform. Kudos to Abhishek, helping many upskilling students like me. God bless you my dear.

  • @ravindraravi7435
    @ravindraravi7435 ปีที่แล้ว +1

    Thank you ^^

  • @ketanmorey1953
    @ketanmorey1953 ปีที่แล้ว +1

    Abhishek Anna OP❤

  • @bogathiparthasarathireddy4487
    @bogathiparthasarathireddy4487 ปีที่แล้ว

    Hi @AbhishekVeeramalla
    Thanks for giving wonderful Terraform series to learn free in TH-cam.
    I have find clear cut solution in google "To run a shell script in the background, use the “&(ampersand)” bash control operator and the built-in “nohup” command line tool. Both these utilities almost perform the same job. The core difference between both of them is that the “nohup” command does not kill the background process at the session termination while the “&” symbol terminates all processes after the system logout" this is the correct solution for your assignment i think.
    If anything missing. Could you please suggest .
    Thanks in advance!!

    • @nishanbaral5124
      @nishanbaral5124 ปีที่แล้ว

      Yes. the last line should be replaced with this "nohup sudo python3 app.py > /dev/null 2>&1 &"
      This will also run the app in the background and discard all output-error log of the app. Doing this it won't kill the process while session termination.

  • @kaverichowdary6637
    @kaverichowdary6637 ปีที่แล้ว +2

    Waiting for your videos annaya 😊 now day's companies are asking splunk if possible pls do video on splunk from scratch to adv.. tq alot annaya

  • @VinothKumar-ik1fc
    @VinothKumar-ik1fc ปีที่แล้ว

    Please include TERRAFORM VAULT also in this course it is very helpful to learners. 😊

  • @binaydas921
    @binaydas921 4 หลายเดือนก่อน

    Just ran into this tutorial series. You have done an amazing job, Abhishek !! Quick question on the connection block of code. Your example works because the EC2 is in a public subnet. How would you connect if the EC2 were in a private subnet ?

  • @BharathKumarReddy2103
    @BharathKumarReddy2103 ปีที่แล้ว +2

    ❤❤❤

  • @kinjaldhaduk8328
    @kinjaldhaduk8328 8 หลายเดือนก่อน

    for me app was not running as I was using Amazon Linux ami and tried with ubuntu user. After using ec2-user it worked as expected. Thank you for providing great content.

  • @ramesh_kumar_verma
    @ramesh_kumar_verma ปีที่แล้ว

    thankyou sir

  • @vishnuvardhan-zr1vy
    @vishnuvardhan-zr1vy ปีที่แล้ว +1

    userdata in ec2 instance and provisioner remote-exec both are the same, instead of defining in AWS console, we are defining in terraform inline remote-exec

  • @Shweta.Gaikwad1966
    @Shweta.Gaikwad1966 8 หลายเดือนก่อน

    Nice

  • @Vinod-vs2iw
    @Vinod-vs2iw 5 หลายเดือนก่อน

    hi abhishek..i regularly follow your videos and it is very useful to me ...i had a doubt (is terraform execute the resources as a sequence what we mention in main.tf file or specific procedure) bcz aws flowchart starts with REGION then IG, VPC then AVIL ZONE,SUBNET and SECURITY GROUP and EC2 but at 11:41 IG is created after the SUBNET was created.

  • @rkbompalli1719
    @rkbompalli1719 ปีที่แล้ว +1

    Hi Abhishek, I am eagerly waiting for conditional operators, functions and TF Cloud.
    Am not sure whether they were part of this course.

  • @NallabothulaAruna
    @NallabothulaAruna ปีที่แล้ว +1

    Hii Abhishek…. Your videos are amazing…. I joined one of the paid course but i did n’t get much knowledge now everyday i am following your videos… one small help now i want restart my career with devops as entrylevel do i need do any certifications please let me know i am in uk .. my education M. Tech((CSE)… Thanks in Advance….

  • @manikantabellamkonda1970
    @manikantabellamkonda1970 3 หลายเดือนก่อน

    Hello sir, thank you for providing this valuable content. I practiced this lesson, but I'm confused about one thing. In the main.tf file, I wrote "ap-south-1" for the region. instead terraform created resources in us-east-1

  • @mathewjoseph1348
    @mathewjoseph1348 9 หลายเดือนก่อน +1

    ❣❣

  • @shalinitripathi4043
    @shalinitripathi4043 ปีที่แล้ว +1

    Hi Abhishek, As & need to delete from main in terraform, will work fine.

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  ปีที่แล้ว

      😎

    • @Sasmita-c8z
      @Sasmita-c8z 11 หลายเดือนก่อน

      @@AbhishekVeeramalla, But that does not completes the tf infrastructure creation process, it keeps running with "instance ...: Still creating...", & is required at the end to run the process in background and the infrastructure creation should complete successfully.

  • @ivaam9596
    @ivaam9596 7 หลายเดือนก่อน

    Hi Abhishek, thanks for the insightful session.
    I have one doubt, if in a case I want to delete only 2 resources among 8 resources which I created through terraform. Will it be possible to destroy only those 2 with terraform destroy command ?

  • @alipilatin444
    @alipilatin444 7 หลายเดือนก่อน

    Abhishek, one thing i did not understand is that even though we have the CIDR block of the subnet is 24, the routing table we define for it has a suffix of 0. It seems it would result in much bigger routing table than necessary. Can you explain?

  • @saikrishna-cs7ox
    @saikrishna-cs7ox ปีที่แล้ว

    You are awesome bro and How to add terraform in our jenkins pipeline??

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  ปีที่แล้ว +1

      Easiest way is to just install terraform on the jenkins executors and run terraform in your pipeline

  • @debashismca
    @debashismca 8 หลายเดือนก่อน

    Dear Abhishek, now a days most common question is-how you are deployment in Terraform IAC.Could you share a solid answer for this with an example. Pls Pls Pls

  • @sudhakarsabbana8728
    @sudhakarsabbana8728 ปีที่แล้ว

    Hai Bro, Can you make the detail video on jeera ticketing tool..

  • @Buckethead8
    @Buckethead8 7 หลายเดือนก่อน +1

    27:42 sudo apt install python3-flask

  • @DreamsBig1990
    @DreamsBig1990 9 หลายเดือนก่อน

    👍👍👍💪👌

  • @aw703
    @aw703 ปีที่แล้ว +1

    What is the difference between Userdata and provisioner in terraform anna. Can you explain

  • @divakarpawar6487
    @divakarpawar6487 3 หลายเดือนก่อน

    How to generate public key file means directly from workspace or local machine (git bash) . Because i tried to create in workspace itself and it is getting generated as well but accepting the path while apply command of Terraform.
    Plz kindly update me on this

  • @KISHOREKUMAR-zm5qz
    @KISHOREKUMAR-zm5qz ปีที่แล้ว

    null resource and functions in terraform pls discuss bro....

  • @pratappadhy2005
    @pratappadhy2005 ปีที่แล้ว +1

    Hi Abhishek I am able to do it and all the resources are created but not able to access the public IP. I checked the IG and Subnet all looks good. Any tweak required? Thanks

  • @Akshay-c5n4f
    @Akshay-c5n4f 4 หลายเดือนก่อน

    After terraform apply completes, the SSH session closes, which terminate background processes

  • @vineethkyatham536
    @vineethkyatham536 ปีที่แล้ว

    Thanks Abhishek, will data sources will be covered and if infrastructure is already created then how can we start terraform from there, is it possible to create state file for already created infra to have both desired and actual having same state?

  • @morfawfidelis2849
    @morfawfidelis2849 ปีที่แล้ว

    Sir show how we can provision resources using a CiCD pipeline

  • @venkateshammandali270
    @venkateshammandali270 6 หลายเดือนก่อน

    For statefile locking why should we use dynamo any specific reason behind this?

  • @charankumar3536
    @charankumar3536 10 หลายเดือนก่อน

    @Abhishek_veeramlla could you please tell me how to put particular concept in the resume

  • @venkateshammandali270
    @venkateshammandali270 6 หลายเดือนก่อน

    For terraform statefile creation why should we use only s3 why can,t other db

  • @mohannageswar3442
    @mohannageswar3442 ปีที่แล้ว

    Superb bro the way you are explaining ... Thanks @abhishek.Veeramalla

  • @shwetaagarwal117
    @shwetaagarwal117 9 หลายเดือนก่อน +1

    Hi Abhishek, I am getting this error while running the terraform apply "Error: file provisioner error

    │ with aws_instance.name,
    │ on main.tf line 86, in resource "aws_instance" "name":
    │ 86: provisioner "file" {

    │ Failed to read ssh private key: no key found"
    I would like to know how i can pass my private key of AWS in codespaces?

    • @sahilchauhan3154
      @sahilchauhan3154 6 หลายเดือนก่อน

      in connection in private key you have to remove pub from id_rsa

  • @twinklebalabantaray6641
    @twinklebalabantaray6641 5 หลายเดือนก่อน

    Hi @Abhishek sir,
    I am currently working on AWS infra project,I failed in interview as a cloud engineer.please guide which couse good for me

  • @nidhisarupria3644
    @nidhisarupria3644 10 หลายเดือนก่อน

    can we pass value to module to make it dynamic

  • @raghupola4284
    @raghupola4284 10 หลายเดือนก่อน

    Hello I am not able to make key pair value using ssh what is the key name when we have to name it?

  • @rajangautam-l3g
    @rajangautam-l3g 6 หลายเดือนก่อน

    can i configure the ubuntu on virtualbox as slave node and ubuntu on ec2 instance as master node. If yes how?

  • @Buckethead8
    @Buckethead8 7 หลายเดือนก่อน

    1 plan to add when I run terraform plan , and the SSH connection also failed

  • @vaishnavienterprises7656
    @vaishnavienterprises7656 ปีที่แล้ว +1

    Hi Abhishek,
    Need to change instead of Day -4 To Day -5 on description Not Thumbnail...

  • @KarthiKeyan-vk9ui
    @KarthiKeyan-vk9ui ปีที่แล้ว

    Waiting for your EKS cluster creation video!!

  • @MrAd540
    @MrAd540 3 หลายเดือนก่อน

    How to do it on Azure

  • @OpenShift22
    @OpenShift22 ปีที่แล้ว

    How do we use depends on to relate all these tiers

  • @VijayPatil-ce2xe
    @VijayPatil-ce2xe ปีที่แล้ว

    Hi Abhishek, I know this is not place for this question. Do you have any Idea about Developer Advocate role and is this a right career choice

  • @ijazahmedBagawan
    @ijazahmedBagawan ปีที่แล้ว

    please come up with the video on data source and terraform vault

  • @syedtameemahmed3416
    @syedtameemahmed3416 ปีที่แล้ว

    Using wget in remote-exec and its not working. Replaced it with Curl still same problem. The instance is created. All commands before wget get executed, but when it comes to wget or curl, it shows creating and this goes on for infinity. Tried ssh into the same machine and ran the command from the console. It runs perfectly. That implies that this is not a problem of ports. Then what am I missing, or what is the solution if I want to copy a file into my created instance.

    • @Sasmita-c8z
      @Sasmita-c8z 11 หลายเดือนก่อน

      The same thing happens in the demo in this recording when running python app, when going to the instance running that command it's working perfectly, but from remote_exec, it is not, if we remove the '&' at end it is running fine, but again it shows creating infinitely..., it is dificult to debug what's going wrong. @Abhishek, do you have any input here?

  • @nidhisarupria3644
    @nidhisarupria3644 10 หลายเดือนก่อน

    Hi Abhishek , I want to know if I have Ec2 module and I want to attach this EC2 instance created by a module , to a VPC created in main.tf file located at root then How would this VPC id would be referenced or pass on tp EC2 module , Can u pls help me here

  • @srishtiagarwal7750
    @srishtiagarwal7750 8 หลายเดือนก่อน

    In the interview,is it okay to use the terraform documentation or not?