Sha256: c5b6658b3c24feebb3dc6490c31ec00d0d3a146cc1b5c7e5e3c84d01521282c5

Contents?: true

Size: 331 Bytes

Versions: 2

Compression:

Stored size: 331 Bytes

Contents

# frozen_string_literal: true

port 3000

state :state1 do
  storage_backend :file, name: "state1.tfstate.enc"
  encryption_backend :lockbox, key: -> { ENV.fetch("CRYPTOFORM_KEY") }
end

state :state2 do
  storage_backend :file, name: "state2.tfstate.enc"
  encryption_backend :lockbox, key: -> { ENV.fetch("CRYPTOFORM_KEY") }
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cryptoform-0.2.0 Cryptofile
cryptoform-0.1.0 Cryptofile