Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
slevenick authored and khajduczenia committed Oct 12, 2021
1 parent a58ac88 commit e35e10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmv1/provider/terraform.rb
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ def full_resource_name(data)
def dcl_version(version)
return '' if version == 'ga'
return '/beta' if version == 'beta'
return '/alpha' if verison == 'private'
return '/alpha' if version == 'private'
end
end
end

0 comments on commit e35e10b

Please sign in to comment.