terraform-pipeline | reusable pipeline library to apply terraform | Infrastructure Automation library

 by   manheim Groovy Version: v5.19 License: Apache-2.0

kandi X-RAY | terraform-pipeline Summary

kandi X-RAY | terraform-pipeline Summary

terraform-pipeline is a Groovy library typically used in Devops, Infrastructure Automation, Unity, Jenkin, Terraform applications. terraform-pipeline has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

A reusable pipeline library to apply terraform configuration serially across multiple environments, using Jenkins and a Jenkinsfile.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              terraform-pipeline has a low active ecosystem.
              It has 53 star(s) with 47 fork(s). There are 8 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 96 open issues and 188 have been closed. On average issues are closed in 170 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of terraform-pipeline is v5.19

            kandi-Quality Quality

              terraform-pipeline has 0 bugs and 0 code smells.

            kandi-Security Security

              terraform-pipeline has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              terraform-pipeline code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              terraform-pipeline is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              terraform-pipeline releases are available to install and integrate.
              Installation instructions are not available. Examples and code snippets are available.
              It has 18 lines of code, 0 functions and 1 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of terraform-pipeline
            Get all kandi verified functions for this library.

            terraform-pipeline Key Features

            No Key Features are available at this moment for terraform-pipeline.

            terraform-pipeline Examples and Code Snippets

            Scripted vs Declarative Pipelines (+Restart From Stage)
            Groovydot img1Lines of Code : 71dot img1License : Permissive (Apache-2.0)
            copy iconCopy
            Jenkinsfile.declarative = true
            
            @Library(['terraform-pipeline']) _
            
            Jenkinsfile.init(this)
            Jenkinsfile.declarative = true
            
            def validate = new TerraformValidateStage()
            def qa = new TerraformEnvironmentStage('qa')
            def uat = new TerraformEnvironmentStag  
            How to Use
            Groovydot img2Lines of Code : 34dot img2License : Permissive (Apache-2.0)
            copy iconCopy
            // Jenkinsfile
            @Library(['terraform-pipeline@v5.1']) _
            
            // Jenkinsfile
            ...
            Jenkinsfile.init(this)
            
            // Jenkinsfile
            ...
            def validate = new TerraformValidateStage()
            
            // Jenkinsfile
            ...
            def deployQa = new TerraformEnvironmentStage('qa')
            def deployUat = n  
            Customizing Your Pipeline With Plugins,Plugin Order
            Groovydot img3Lines of Code : 33dot img3License : Permissive (Apache-2.0)
            copy iconCopy
            // Wrap everything before this in withAWS { }
            WithAwsPlugin.init()
            
            // Wrap everything before this in withAWSParameterStore { }
            ParameterStoreBuildWrapperPlugin.init()
            
            ...
            
                // Set a key value pair in ParameterStore so that AWS_ROLE_ARN=
                with  

            Community Discussions

            Trending Discussions on terraform-pipeline

            QUESTION

            Terraform keeps reporting changes - Codepipeline
            Asked 2022-Mar-24 at 17:57

            My Terraform code keeps reporting changes after apply although the plan has been correctly applied.

            Terraform and provider version:

            ...

            ANSWER

            Answered 2022-Mar-24 at 17:57

            It's possible only when action is a set rather list.

            They might look alike but set like in other languages, doesn't guarantee order like lists. More details here & a similar discussion here.

            Going forward, in case of such doubts, you could do type validation of variables like discussed here

            Source https://stackoverflow.com/questions/71603520

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install terraform-pipeline

            You can download it from GitHub.

            Support

            Some versions of terraform have made changes that affect a pipeline's workflow, eg: backend changes between v0.11 and v.12. TerraformPlugin provides a hooking point to addressing these, and future, differences.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries

            Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Consider Popular Infrastructure Automation Libraries

            terraform

            by hashicorp

            salt

            by saltstack

            pulumi

            by pulumi

            terraformer

            by GoogleCloudPlatform

            Try Top Libraries by manheim

            manheim-c7n-tools

            by manheimPython

            awssume

            by manheimRuby

            cf_deployer

            by manheimRuby

            metalsmith-jquery

            by manheimJavaScript

            vinbot

            by manheimRuby