docs: update registry_image.md (#321)

This commit is contained in:
Shekhar Kumar 2021-12-02 18:16:09 +05:30 committed by GitHub
parent 7fc945d01b
commit 0da4706851
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,10 +8,13 @@ description: |-
<!-- Bug: Type and Name are switched -->
# docker_registry_image (Resource)
Manages the lifecycle of docker image/tag in a registry.
Manages the lifecycle of docker image/tag in a registry means it can store one or more version
of specific docker images and identified by their tags.
## Example Usage
To be able to update an image itself when an updated image arrives.
```terraform
resource "docker_registry_image" "helloworld" {
name = "helloworld:1.0"