Skip to content

Commit

Permalink
Commit changes to generated Python code
Browse files Browse the repository at this point in the history
Signed-off-by: Ringo De Smet <[email protected]>
  • Loading branch information
ringods committed Jul 16, 2024
1 parent 43ad861 commit f48a35d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions sdk/python/pulumiverse_acme/_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,6 @@ def _get_semver_version():
_version = _get_semver_version()
_version_str = str(_version)


def get_version():
return _version_str

def get_resource_opts_defaults() -> pulumi.ResourceOptions:
return pulumi.ResourceOptions(
version=get_version(),
Expand Down Expand Up @@ -324,3 +320,6 @@ def deprecated_fn(*args, **kwargs):

def get_plugin_download_url():
return "github://api.github.com/pulumiverse/pulumi-acme"

def get_version():
return _version_str

0 comments on commit f48a35d

Please sign in to comment.