Sha256: 04319c656d7500a4ec7207e9982abbda728749ac3b4a28a86899cc12e0b6f637

Contents?: true

Size: 410 Bytes

Versions: 4

Compression:

Stored size: 410 Bytes

Contents

stage "Source" do
  github(
    Source: "boltops-tools/terraspace",
    # Branch: "master", # branch defaults to "master" or the `pipe deploy --branch` option
    AuthToken: ssm("/github/boltopsbot/token")
  )
end

stage "Build" do
  # in parallel
  codebuild(
    "terraspace-all",
    "terraspace-aws",
    "terraspace-azurerm",
    "terraspace-google",
    "terraspace-none",
    "terraspace-unit",
  )
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
terraspace-2.0.3 .pipedream/pipeline.rb
terraspace-2.0.2 .pipedream/pipeline.rb
terraspace-2.0.1 .pipedream/pipeline.rb
terraspace-2.0.0 .pipedream/pipeline.rb