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

Version Path
terraspace-1.1.6 .pipedream/pipeline.rb
terraspace-1.1.5 .pipedream/pipeline.rb
terraspace-1.1.4 .pipedream/pipeline.rb
terraspace-1.1.3 .pipedream/pipeline.rb
terraspace-1.1.2 .pipedream/pipeline.rb
terraspace-1.1.1 .pipedream/pipeline.rb
terraspace-1.1.0 .pipedream/pipeline.rb
terraspace-1.0.6 .pipedream/pipeline.rb
terraspace-1.0.5 .pipedream/pipeline.rb
terraspace-1.0.4 .pipedream/pipeline.rb
terraspace-1.0.3 .pipedream/pipeline.rb
terraspace-1.0.2 .pipedream/pipeline.rb
terraspace-1.0.1 .pipedream/pipeline.rb
terraspace-1.0.0 .pipedream/pipeline.rb
terraspace-0.7.2 .pipedream/pipeline.rb
terraspace-0.7.1 .pipedream/pipeline.rb
terraspace-0.7.0 .pipedream/pipeline.rb