gitlab-org--gitlab-foss/app/policies/terraform/state_version_policy.rb

10 lines
208 B
Ruby

# frozen_string_literal: true
module Terraform
class StateVersionPolicy < BasePolicy
alias_method :terraform_state_version, :subject
delegate { terraform_state_version.terraform_state }
end
end