Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

How to automate the infrastructure provisioning using Terraform, GitLab CI/CD & Jenkins?

Sumit Rawal answered on May 15, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • Deploy to AWS Terraform and Gitlab
  • how to create a cicd pipeline with terraform and codefresh
  • 79. You are provisioning the infrastructure with the command terraform apply and you noticed one of the resources failed. How do you remove that resource without affecting the whole infrastructure?
  • What is GitLab managed terraform state?

  • How to automate the infrastructure provisioning using Terraform, GitLab CI/CD & Jenkins?

    0

    CI/CD is a method to frequently deliver apps to customers by introducing automation into the stages of app development. Specifically, CI/CD introduces ongoing automation and continuous monitoring throughout the lifecycle of apps, from integration and testing phases to delivery and deployment.

    Continuous Integration works by pushing small code chunks to your application’s codebase hosted in a Git repository, and to every push, run a pipeline of scripts to build, test, and validate the code changes before merging them into the main branch.

    Continuous Delivery and Deployment consist of a step further CI, deploying your application to production at every push to the default branch of the repository. 

    Popularity 1/10 Helpfulness 1/10 Language shell
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on May 15 2023
    Sumit Rawal
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.