class TerraformLandscape::TerraformPlan
def json?(value)
def json?(value) ['{', '['].include?(value.to_s[0]) && (JSON.parse(value) rescue nil) # rubocop:disable Style/RescueModifier end
def json?(value) ['{', '['].include?(value.to_s[0]) && (JSON.parse(value) rescue nil) # rubocop:disable Style/RescueModifier end