# == 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