Giter Site home page Giter Site logo

Comments (4)

tevert avatar tevert commented on August 13, 2024

Hi cdeli!

When running Terraform in a CI environment, the recommended practice is to configure a service principal - see the azurerm provider docs: https://www.terraform.io/docs/providers/azurerm/

Note that in the example there, they plop the connection info right in tf files. This is probably a security no-no for most people, so I'd instead configure those using variables, and then passing those in as additional command line args (https://www.terraform.io/intro/getting-started/variables.html).

Then, when you're passing the values in, pass them as VSTS Release variables. When you setup the VSTS variables, mark them secure to hide the values.

Let me know if there's problems with that approach!

from vsts-release-terraform.

cdeli avatar cdeli commented on August 13, 2024

Yep that worked. I can't believe I forgot that in my build. I just added the variables right into the file, I will go through and make them in VSTS now that I know this works.

Also how do you get the "yes" to translate into the apply stage?

from vsts-release-terraform.

cdeli avatar cdeli commented on August 13, 2024

Nevermind, fat fingered my switch to apply it. Thanks for the help!

from vsts-release-terraform.

tevert avatar tevert commented on August 13, 2024

No worries, glad it worked!

> terraform --help apply
.
.
.
 -auto-approve          Skip interactive approval of plan before applying.
.
.
.

from vsts-release-terraform.

Related Issues (5)

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.