Giter Club home page Giter Club logo

telophase-action's Introduction

Telophase CLI Github Action

This action allows for you to manage your AWS accounts and organization with telophase.

Example Usage

In a GH Action file, for example, .github/workflows/main.yaml:

on: [push]

jobs:
  telophase_manage:
    runs-on: ubuntu-latest
    name: Manage AWS accounts and organization with telophase 
    steps:
    - name: Configure AWS credentials
      uses: aws-actions/configure-aws-credentials@v1
      with:
        # Use the credentials for the Management Account
        aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
        aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

    - name: Plan
      uses: telophase-actions/[email protected]
      with:
        apply: false

    - name: Provision cluster
      uses: telophase-actions/[email protected]
      with:
        # Setting apply to true means that the GitHub action will modify your infrastructure.
        apply: true

Inputs

  • apply: If the infrastructure change should be applied
  • cdk_path: If the infrastructure change should be applied
  • account_tag: Tag associated with the accounts to deploy
  • organization_path: Path to your organization.yml file
  • stacks: Stacks to deploy if not set will deploy all stacks

Env

  • AWS_ACCESS_KEY_ID Required
  • AWS_SECRET_ACCESS_KEY Required

License

This project is licensed under the Apache-2.0 License.

telophase-action's People

Contributors

dschofie avatar

Stargazers

Mark Lyons avatar  avatar Ethan Blackburn 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.