GitLab Tutorial for AWS Infrastructure as Code with Terrafom | GitLab Managed Terraform State file

Поделиться
HTML-код
  • Опубликовано: 14 окт 2024
  • ===================================================================
    1. SUBSCRIBE FOR MORE LEARNING :
    / @cloudquicklabs
    ===================================================================
    2. CLOUD QUICK LABS - CHANNEL MEMBERSHIP FOR MORE BENEFITS :
    / @cloudquicklabs
    ===================================================================
    3. BUY ME A COFFEE AS A TOKEN OF APPRECIATION :
    www.buymeacoff...
    ===================================================================
    This video shows how to configure and use GitLab as CI/CD tool for AWS Infrastructure as Code with Terraform. It shows how to set up the GitLab managed Terraform state file and use it after that.
    This video has clean flow walk through, scratch to end configuration walk though and code walk through as well.
    Its complete GitLab tutorial.
    This video helps , DevOps Engineer , Developer , Architects etc.
    Source code can be found here : gitlab.com/Rek...
    #gitlab #tutorials #aws #infrastructureascode #terraform

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

  • @bit-studios1
    @bit-studios1 Год назад +7

    This is definitely the best tutorial on setting up terraform with GitLab!!! Outstanding video. 👏🏿👏🏿👏🏿👏🏿🙌🏿

    • @cloudquicklabs
      @cloudquicklabs  Год назад +1

      Thank you for watching my videos.
      Glad that it helped you. Do keep watching and keep learning from my videos.

  • @abhishekpatel7291
    @abhishekpatel7291 Год назад +2

    Thank you!
    I haven't find anywhere in documentation that tfstate file first time need to manually created so wasted so many hours.
    Thanks to you for sharing the knowledge.

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

      Thank you for watching my videos.
      Glad that it helped you.

  • @bediaguvenckesgin7794
    @bediaguvenckesgin7794 Год назад +2

    This is a great video that I can use to set up my CICD job for my terraform code. Thank you so much for all your efforts.

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

      Thank you for watching my videos.
      Glad that it helped you.

  • @pranavtasticofficial
    @pranavtasticofficial Год назад +1

    everthing worked perfectly for me.. just a quick question. how to manage the overrides of variables that we generally do via tfvars?

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

      Thank you for watching my videos.
      There are multiple ways to override variables value. You can customise to process to change the varaible value doing executions. But under the hood you should mandatory parameters values.

  • @ajop2235
    @ajop2235 8 месяцев назад +1

    Thanks for the tutorial. I manage to understand it even with my limited knowledege. I will now try to see if I can replicate this but instead of a vpc I will start an EC2 instance

    • @cloudquicklabs
      @cloudquicklabs  8 месяцев назад

      Thank you for watching my videos.
      Glad that it helped you .

  • @thepeacefulworld2050
    @thepeacefulworld2050 5 месяцев назад +1

    Nice helpful video? do we need to create this state file steps for every new repo we add ???

    • @cloudquicklabs
      @cloudquicklabs  5 месяцев назад

      Thank you for watching my videos.
      Indeed you need to create per backend definition of your terraform.

  • @devd6800
    @devd6800 10 месяцев назад +1

    it would be really great if you can breakdown different parts of this video so people can quickly get on to the topic they want

    • @cloudquicklabs
      @cloudquicklabs  10 месяцев назад

      Thank you for watching my videos.
      Glad that it helped you.
      I shall take this feedback.

  • @Think_big260
    @Think_big260 4 месяца назад +1

    Where we have declared the CI variables which have been used in gitlab-ci yml files?

    • @cloudquicklabs
      @cloudquicklabs  4 месяца назад

      Thank you for watching my videos.
      Variable are declare in gitlab setting it self, I would suggest you to please watch the video patiencefully.

  • @KarismaRay-s6m
    @KarismaRay-s6m Год назад +2

    Really nice video, It helped me a lot to understand and implement. Thank you..

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

      Thank you for watching my videos.
      Glad that it helped you.

  • @shivaswaroopnk
    @shivaswaroopnk Год назад +1

    Great tutorial. As a gitlab beginner, this helped a lot. Thank you Sir!

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

      Thank you for watching videos.
      Happy that it helped you.

  • @sivaprasanth5961
    @sivaprasanth5961 3 месяца назад +1

    This video is really amazing and next level.

    • @cloudquicklabs
      @cloudquicklabs  3 месяца назад

      Thank you for watching my videos.
      Glad that it helped you.

  • @learningwithBhai
    @learningwithBhai 2 месяца назад +1

    Hii Sir can we connect, I am not able to create the terraform state

  • @trickytibo
    @trickytibo Год назад +1

    very precise explanations. Many thanks. Great work.

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

      Thank you for watching my videos.
      Glad that it helped you.

  • @adhiyamank7678
    @adhiyamank7678 Год назад +1

    It was a great effort with a clear explanation, keep it up!

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

      Thank you for watching my videos.
      Thank you so much for your encouraging words and glad that it helped you.

  • @talleuxraphael4679
    @talleuxraphael4679 Год назад +1

    Great video! Unfortunately, group token access has become a paying service. Do you know another way to link the AWS account and Gitlab?

    • @cloudquicklabs
      @cloudquicklabs  Год назад +1

      Thank you for watching my videos.
      I am currently looking to create new version of this video where I would covering further required Authentication.

  • @craigtaylor3899
    @craigtaylor3899 11 месяцев назад +1

    Thank you this was VERY helpful

    • @cloudquicklabs
      @cloudquicklabs  11 месяцев назад

      Thank you for watching my videos.
      Glad that it helped you.

  • @bjblk1
    @bjblk1 10 месяцев назад +1

    Thanks for such an awesome video.

    • @cloudquicklabs
      @cloudquicklabs  10 месяцев назад

      Thank you for watching my videos.
      Glad that it helped you.

  • @MohammadMasukImtiazMasuk
    @MohammadMasukImtiazMasuk 5 месяцев назад +1

    Don't you need a runner to configure gitlab ci/cd?

    • @cloudquicklabs
      @cloudquicklabs  5 месяцев назад

      Thank you for watching my videos.
      I have used default runners for this demo.

  • @RSCAMANO
    @RSCAMANO Год назад +1

    you done a greate work creating this tutorial.

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

    Excellent video. I appreciate your work. Just a note, I had to remove "Protected" option from pipeline variables to make it work in gitlab 16. Thanks

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

      Thank you for watching my videos.
      I am glad that it helped you.

  • @davidvacca4295
    @davidvacca4295 8 месяцев назад +1

    Do you have something similar how to set up gitlab for deploy AMI with packer?

    • @cloudquicklabs
      @cloudquicklabs  8 месяцев назад

      Thank you for watching my videos.
      I have not done any videos on this concept but would like to explore based on your input here.

  • @techconcepts4you850
    @techconcepts4you850 3 месяца назад +1

    Appreciate and subscribed!

    • @cloudquicklabs
      @cloudquicklabs  3 месяца назад

      Thank you for watching my videos.
      Glad that you liked it.

  • @JorgeEugenioR
    @JorgeEugenioR Год назад +1

    excellent tutorial!!! thanks!!

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

      Thank you for watching my videos.
      Glad that it helped you

  • @A.A.
    @A.A. 9 месяцев назад +1

    Thanks, it really helped.

    • @cloudquicklabs
      @cloudquicklabs  9 месяцев назад

      Thank you for watching my videos.
      Glad that it helped you.

  • @2mahender
    @2mahender Год назад +1

    nice video, you have created a manual step for tfstate file, cant gitlab automatically create it?

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

      Thank you for watching my videos.
      Currently suggested approach is shown in video. May be in future GitLab starts to support it.

  • @vijayrathinam5651
    @vijayrathinam5651 Год назад +2

    Hi Sir please respond to this issue
    Error refreshing state: 2 problems:
    - Unsupported state file format: The state file could not be parsed as JSON: syntax error at byte offset 1.
    - Unsupported state file format: The state file does not have a "version" attribute, which is required to identify the format version.

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

      Thank you for watching my videos.
      Did you first created state file locally and uploaded that to Gitlab state option. And hope that you watched the video correctly.

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

      @@cloudquicklabs Thanks for reply.
      Yes i have did the steps same as the video, created state file locally and uploaded by running terraform plan command

  • @knockobscure
    @knockobscure Год назад +1

    Hello to you all.
    I have a problem and I don’t know how to solve it.
    I have my project and within my project I created several folders for different Stacks, example:
    VPC
    EC2 site
    ECS
    As we know terraform must be started and run in the directory. In the tutorial was passed the variable to get the project and the folder was inserted to which he used in the tutorial:
    variables:
    TF_DIR: ${CI_PROJECT_DIR}/terraform
    Before running terraform init it runs cd ${TF_DIR} to go to the correct directory.
    How do I do this in my case? would need to pass in my variable something that takes my directory, so when I run something the cd command goes to the current directory and with that can do the terraform init and everything else.
    How can I solve this problem?

    • @cloudquicklabs
      @cloudquicklabs  Год назад +1

      Thank you for watching my videos.
      When you have multiple folders which means you have Terraform modules, as you are aware that Terraform execution limited to directory, you need to create Terraform module here say one more terraform/main.tf, where main.tf would contains the module invokes i.e running tf files in those three folders (i.e VPC, ECS, ECS site etc)

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

      Indeed it is.
      You are welcome.

  • @点滴-亚历克斯
    @点滴-亚历克斯 День назад +1

    i got error --This job is stuck because the project doesn't have any runners online assigned to it.

    • @cloudquicklabs
      @cloudquicklabs  17 часов назад

      Thank you for watching my videos.
      Try to clear the Runner cache if you have set it up.
      Goto CI/CD>>Pipelines>>on top side >> clear Runner Caches
      And also check scaling of runners are set there.

  • @nksajeer
    @nksajeer Год назад +1

    Initializing the backend...
    Successfully configured the backend "http"! Terraform will automatically
    use this backend unless the backend configuration changes.
    Error refreshing state: HTTP remote state endpoint requires auth
    Cleaning up project directory and file based variables
    00:01
    ERROR: Job failed: exit code 1

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

      Thank you for watching videos.
      Here errors looks to be with permissions. Could you please check the steps again.

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

      If you set any of the pipeline variables to be protected, check to make sure that you are not running this pipeline against an unprotected branch. Only master is protected by default.

  • @ksr441
    @ksr441 Год назад +1

    Excellent video

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

      Thank you for watching my video.
      Keep watching and keep learning from my videos.

  • @vijaymestry4236
    @vijaymestry4236 6 месяцев назад +1

    best

    • @cloudquicklabs
      @cloudquicklabs  6 месяцев назад

      Thank you for watching my videos.
      Glad that it helped you.

  • @Quilz06
    @Quilz06 Год назад +2

    video starts from 9:00

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

      Thank you for watching my videos.
      And thank you for your valuable inputs. I shall take it.

    • @Aditya-rw2ly
      @Aditya-rw2ly 7 дней назад +1

      Thanks for saving time. Appreciated. 👍

  • @sasikumarrunforlife
    @sasikumarrunforlife Год назад +1

    Awesome video

    • @cloudquicklabs
      @cloudquicklabs  Год назад +1

      Thank you for watching my video.
      Keep watching and keep learning from my videos.

  • @SandeepBelavalekar
    @SandeepBelavalekar Год назад +1

    Nive video . Please send GitLab url for code.

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

      Thank you for watching my videos.
      Please find GitLab repo link gitlab.com/RekhuGopal/aws-iac/-/tree/main

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

    Mama i pinky akka brother chetan

    • @cloudquicklabs
      @cloudquicklabs  Год назад +1

      Hi Chetan.
      Yes.. Keep watching my channel :)

  • @trollingday7124
    @trollingday7124 5 месяцев назад +2

    Very nice video, could someone try to share the steps to do same for Azure cloud??? Thx in advance

    • @cloudquicklabs
      @cloudquicklabs  5 месяцев назад +2

      Thank you for watching my videos.
      Glad that it helped you.
      I shall create new on Azure and GitLab soon.

  • @GaganGautam-ik9ko
    @GaganGautam-ik9ko Год назад +1

    getting this error, terraform plan

    │ Error: Error acquiring the state lock

    │ Error message: Failed to make lock HTTP request: net/http: invalid method "POST-backend-config=unlock_method=DELETE"

    │ Terraform acquires a state lock to protect the state from being written
    │ by multiple users at the same time. Please resolve the issue above and try
    │ again. For most commands, you can disable locking with the "-lock=false"
    │ flag, but this is not recommended.

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

      Thank you for watching my videos.
      Here it looks like your state file already has the lock. First do remove it. Then try terraform plan should be working.

    • @GaganGautam-ik9ko
      @GaganGautam-ik9ko Год назад

      @@cloudquicklabs how to do it and now it is showing some error of auth enable