aboutsummaryrefslogtreecommitdiff
path: root/app/models/terraform_state.rb
blob: 28ab3586089e125a0f2fff1ee4d35c314624a031 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# == Schema Information
#
# Table name: terraform_states
#
#  id                  :integer          not null, primary key
#  data                :json
#  created_at          :datetime         not null
#  updated_at          :datetime         not null
#  mini_environment_id :integer
#

class TerraformState < ApplicationRecord
end