Commit d628170d authored by Michael Kozono's avatar Michael Kozono

Merge branch 'ag-remove-tsv-verification-flag' into 'master'

Geo: Remove feature flag geo_terraform_state_version_verification [RUN ALL RSPEC] [RUN AS-IF-FOSS]

See merge request gitlab-org/gitlab!63661
parents a237a266 eb1a208d
......@@ -15,7 +15,7 @@ module Geo
override :verification_feature_flag_enabled?
def self.verification_feature_flag_enabled?
Feature.enabled?(:geo_terraform_state_version_verification, default_enabled: :yaml)
true
end
end
end
---
name: geo_terraform_state_version_verification
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/58800
rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/329963
milestone: '13.12'
type: development
group: group::geo
default_enabled: true
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment