Add HCL Examples & Docs (#852)
Fixes https://github.com/pulumi/pulumi-docker-build/issues/844
This commit is contained in:
4
sdk/python/pulumi_docker_build/image.py
generated
4
sdk/python/pulumi_docker_build/image.py
generated
@@ -780,7 +780,7 @@ class Image(pulumi.CustomResource):
|
||||
"username": "pulumibot",
|
||||
}],
|
||||
tags=["docker.io/pulumi/pulumi:3.107.0"])
|
||||
pulumi.export("ref", my_image["ref"])
|
||||
pulumi.export("ref", image.ref)
|
||||
```
|
||||
### Caching
|
||||
```python
|
||||
@@ -1219,7 +1219,7 @@ class Image(pulumi.CustomResource):
|
||||
"username": "pulumibot",
|
||||
}],
|
||||
tags=["docker.io/pulumi/pulumi:3.107.0"])
|
||||
pulumi.export("ref", my_image["ref"])
|
||||
pulumi.export("ref", image.ref)
|
||||
```
|
||||
### Caching
|
||||
```python
|
||||
|
||||
Reference in New Issue
Block a user