Sha256: 0824bb21c69226dc08da0f24178f5a813bd04e656cde5f2b5aaa1ea5f185454e
Contents?: true
Size: 389 Bytes
Versions: 17
Compression:
Stored size: 389 Bytes
Contents
stage "Source" do github( source: "boltops-tools/terraspace", # branch: "master", # branch defaults to "master" or the `pipe deploy --branch` option auth_token: ssm("/github/boltopsbot/token") ) end stage "Build" do # in parallel codebuild( "terraspace-aws", "terraspace-azurerm", "terraspace-google", "terraspace-none", "terraspace-unit", ) end
Version data entries
17 entries across 17 versions & 1 rubygems