Session-2 : AWS - Terraform variables | Data Sources | Terraform Loops

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

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

  • @JavaHomeCloud
    @JavaHomeCloud  5 лет назад +2

    www.udemy.com/course/terraform-iac-aws/?couponCode=KAMMANA_TF

  • @balajichandrashekar
    @balajichandrashekar 4 года назад +16

    Very well explained. It was good that you walked through the hard-coded values first and did the interpolation later. And then went to loops and the data sources. That approach was very helpful. Thanks.

  • @niranjansagar9640
    @niranjansagar9640 3 года назад +3

    Simple....Direct.... understanding....This is what we exactly needed 👍Thank you!

  • @reddysbrahma
    @reddysbrahma 5 лет назад +10

    The best terraform tutorial on the web.

  • @santhoshshetty3900
    @santhoshshetty3900 4 года назад +2

    Sir well explained...no Udemy and many people who claims experts ,their video is nothing in front of this🙏🙏🙏🙏

  • @ahmedadesanya4929
    @ahmedadesanya4929 5 лет назад +2

    This is one of the best terraforrm video out there......... thanks to java home cloud

    • @zaboomafia
      @zaboomafia 5 лет назад

      Yes sir. It is good to learn the application of lists and loops.

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

    I alway get excite to watch your videos , Because valuable info will be there in short time ..Thanks a lot sir..

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

    Calm and composed, very well explained

  • @AkhilKumar-hy5mf
    @AkhilKumar-hy5mf 4 года назад +1

    If we want to change the subnet names completely different then hie will we write
    Suppose I want to give names as {pavs1, akhs2, kums3} as the names then how will we configure?

  • @parchaphaneendrakumar6720
    @parchaphaneendrakumar6720 3 года назад +1

    Nicely explained, the way you have explained is outstanding

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

    This is just too good thank you for sharing your knowledge 👍

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

    Excellently explained.. Thankyou.. Big help

  • @abuharis3956
    @abuharis3956 5 лет назад +3

    Its a diamond, sir. works like falcon9 rocket. Thank you.

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

    Very nicely explained about terraform Thank you .

  • @jagdishbelapure7521
    @jagdishbelapure7521 5 лет назад +2

    Dear Sir, Truly amazing video, no words to express my gratitude.It as all the required explanation. thank you so much for the efforts!!

  • @shivakumarnagilla645
    @shivakumarnagilla645 5 лет назад +4

    Thanks a lot sir , this helped me get to know the basics with your great clear explanation

  • @saiganeshdurvasula1153
    @saiganeshdurvasula1153 3 года назад +1

    that was awesome got a nice overview.......

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

    Clear explanation.. pls do more videos on terraform

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

    (17:58) What if our region has more than 3 AZs , how can we make our code dynamic to cater to 3 subnets when the AZs in region are 6 ?

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

      Try giving a availability zone variable in the resource of subnet by looping with count so it will take only availability zones which are mentioned in the variable.tf file

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

    can we store list of existing VPC IDs in an input variable?

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

    Great video, short and covers tons of information. Thanks!

  • @prasaddevaraj5245
    @prasaddevaraj5245 6 лет назад +1

    While explaining the concept of Loops, to create three subnets in different AZs you should also add `availability_zone="$element(var.azs,count.index)"` in the subnet resource. Otherwise, the subnets will be created in random AZs.

    • @band1boo
      @band1boo 5 лет назад

      thanks Prasdad, you got me most of the way there, if you get to the end of the video and you are using the datasource to declare the availability zones, then the following line needs to be added to the resource definition for the subnet
      availability_zone="${element(data.aws_availability_zones.azs.names,count.index)}"

  • @SIN2233
    @SIN2233 5 лет назад +1

    Very great job sir....kindly add more video on data source.!!

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

    really feel good factor "your video and how you explain slowly steadily" .guruji please post some video on boto3 and aws

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

    Clear and to the point explanation. Thank you.

  • @prashantwaykole3895
    @prashantwaykole3895 5 лет назад +1

    Very well explained. Thanks for making such useful videos. It helps a lot.

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

    Very-well explained . Thank you so much for such an informative explanation.

  • @mohammedimran-dy2zf
    @mohammedimran-dy2zf 4 года назад +1

    awesome, very well explained

  • @lokeshkumar-ef4tz
    @lokeshkumar-ef4tz 6 лет назад +3

    This was awesome video and reference also it will be helpful

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

    Hi there,
    If there are more than 3 zones then cidr will be duplicated.

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

    Thnk you sir for providing such a clear exaplanation videos

  • @knock4ak412
    @knock4ak412 5 лет назад +1

    Very well explained. Kudos !!!!

  • @pankaj1719
    @pankaj1719 6 лет назад +2

    Thanks for this amazing video. Can you show us how to create a public and private subnet with terraform ?

  • @sanyamgrover1
    @sanyamgrover1 3 года назад +1

    How can i create resources in multi-region and if they are already present in a region then skip it.

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

      check terraform workspaces, maintain a workspace for every region

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

      I did it using providers

  • @amirzo12
    @amirzo12 6 лет назад +2

    Hi thank you for your videos.. your explanations are clearly understood.

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

    Sir, How many values can we provide in a single "tag" and how many tags can be provided in a single module like when creating VPC?

  • @bhaskar6705
    @bhaskar6705 6 лет назад

    Really Nice Videos ..I understand lot with all new stuff

  • @Techgirl328
    @Techgirl328 3 года назад +1

    very well explained

  • @YouTubers-rj9xv
    @YouTubers-rj9xv 3 года назад +1

    Excellent classes sir

  • @y.e.2103
    @y.e.2103 4 года назад +1

    great video, thanks

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

    which IDE tool you use for writing terraform ?

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

      I used atom previously, now i'm using visual studio code

  • @SagarSingh-ie8tx
    @SagarSingh-ie8tx 5 лет назад +1

    Very Nice as the Previous one :)

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

    I watched video 51 times as of now from past 18 hours

  • @iTsUp2U
    @iTsUp2U 3 года назад +1

    Awesome sir

  • @prasannakumar9516
    @prasannakumar9516 5 лет назад +3

    Thanks so much for videos

  • @rajathpoovanna
    @rajathpoovanna 6 лет назад

    Indeed very informative and very easy to grasp. Thanks

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

    Hello Sir, is there any editor for aws linux instances like we have atom for Mac,
    please ?

  • @nagendrareddybandi4807
    @nagendrareddybandi4807 6 лет назад

    This is very nice...Thanks for your videos

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

    Can we interpolate depends_on to something like depends_on = ["${file("aws-config-setup.tf")}"] ?

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

    Fantastic job! Thank you. Question, are these examples on your Github? Please advise. Thank you.

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

      github.com/javahometech/
      there are several terraform. examples on my github checkit

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

      @@JavaHomeCloud, Brilliant! Thank you for providing the link. I appreciate the great content...

  • @PT-Tl1
    @PT-Tl1 5 лет назад +1

    Thanks Sir. Its really very useful

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

    Very well explained. Thanks for making such useful videos. It helps a lot. But I have a query that what if I have 4 AZ available but I want to make only in 2 AZ. In the list I Understand but in case of data, I am confused., because i will create the subnet in every az.

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

      As a best practice we need to have one public subnet per each AZ and one private subnet per each subnet

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

    can you please provide terraform on the azure cloud !!! , if you have please share links !!! thank you.

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

    nicely explained...

  • @StormWolf01
    @StormWolf01 4 года назад +2

    Good video, thanks. There aren't many actual tutorials on Terraform. These "learn terraform in 10 minutes" videos are fine if you just want a quick overview, but are totally insufficient if you are actually want to learn how to use terraform.

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

    awesome...

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

    Best ever video on terraform! Wow! I've been working on terraform for 2 weeks now. I have a query regarding terraform how can I contact you? Mail?

  • @itadmin6353
    @itadmin6353 6 лет назад

    I have one doubt. I want to create a subnet with 192.168.1.0/24 in us-west-1a not like random subnet. Can we do this ?

    • @itadmin6353
      @itadmin6353 6 лет назад

      yes we can do. Thanks a lot for the video.

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

    very good one

  • @jitheshsurendranathan8104
    @jitheshsurendranathan8104 5 лет назад

    how can i access my ec2 without key pair ?

  • @lb1496
    @lb1496 3 года назад +1

    helped a lot, thank you!

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

    Just an update. While giving 'tags', now we are supposed to add an '=' sign after the word tags
    Eg: tags = {
    Name = "test_project"
    Location = "Bengaluru"
    }

  • @bhaskar6705
    @bhaskar6705 5 лет назад

    It's really awesome this ..it's great clear and nice explanation ....I've one question can it be possible to by using this data "aws_availability_zones" "available" {} create subnets 2 available zones rather than all zones ? Pleas help me if possible

    • @JavaHomeCloud
      @JavaHomeCloud  5 лет назад

      create sub list of availability zones using slice() function

  • @iTsUp2U
    @iTsUp2U 3 года назад +1

    Awesome sie

  • @RichardPeterShon
    @RichardPeterShon 3 года назад +1

    Subed

  • @TheMaderDog
    @TheMaderDog 6 лет назад +1

    Excellent, thank you :-)

  • @TheMaderDog
    @TheMaderDog 6 лет назад +1

    Brilliant, Star :-)

  • @JavaHomeCloud
    @JavaHomeCloud  6 лет назад +1

    For online/classroom trainings please contact +91 9886611117

    • @lokeshkumar-ef4tz
      @lokeshkumar-ef4tz 6 лет назад

      Is the number is working or not, team..?

    • @binodbaiju8228
      @binodbaiju8228 6 лет назад

      I called but the phone did not get picked up. May I know how do I reach out to you?

  • @生活小禡
    @生活小禡 6 лет назад

    Atom HCl auto add what plug-in ???

    • @JavaHomeCloud
      @JavaHomeCloud  6 лет назад

      language-terraform plugin

    • @生活小禡
      @生活小禡 6 лет назад

      @@JavaHomeCloud Yes, it's very easy to use. Thank you.

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

    drink more beer