Giter VIP home page Giter VIP logo

azure-pipelines-tasks-terraform's Introduction

Terraform for Azure Devops

Build status

This contains the Azure Devops Pipeline tasks for installing and executing terraform commands within a build or release. These tasks are intended to work on any build agent. They are also intended to provide a guided abstraction to deploying infrastructure within Azure.

This repo provides two tasks

See readme for each of the tasks for development setup for each.

Release Notes

0.3.1

Bug Fixes

Duplicated working directory input parameter was removed #17

0.3.0

TerraformCLI: Secure Secrets

The task now supports the ability to upload and use a variable file that contains secrets. This stores the files using the Secure Files feature in Azure DevOps. The files are downloaded to a temporary location on the build agent while running a build or release. The file is removed from the agent after the build or release completes.

0.2.7

TerraformCLI: Support Arbitrary Command Options

A new input has been added Command Options that will allow for defining command options that do not otherwise have dedicated inputs. For example, the following value could be provided in the command options field when running validate

-input=true -lock=false -no-color

This would result in the task executing validate as follows

terraform validate -input=true -lock=false -no-color

Command options will always preceed any other options that are generated via dedicated input such as backend config and/or variable file.

0.2.6

Fixed Error: Cannot find module Error When Executing Installer and CLI Tasks

This error was due to a packaging issue with the vsix that was introduced with the changes to shrink the vsix. The changes for the shrink has been reworked to ensure runtime dependencies are included with the vsix package.

Marketplace Extension Shrink

Implemented new scripts for selecting only files required for task execution to be included in vsix. See #8 VSIX Size Too Large for Marketplace Upload

azure-pipelines-tasks-terraform's People

Contributors

charleszipp avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.