Skip to content

Commit 384b5ee

Browse files
authored
fix an argument in data.google_artifact_registry_docker_image example (#12078)
1 parent 9eee0fb commit 384b5ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmv1/third_party/terraform/website/docs/d/artifact_registry_docker_image.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ resource "google_artifact_registry_repository" "my_repo" {
2323
data "google_artifact_registry_docker_image" "my_image" {
2424
location = google_artifact_registry_repository.my_repo.location
2525
repository_id = google_artifact_registry_repository.my_repo.repository_id
26-
image = "my-image:my-tag"
26+
image_name = "my-image:my-tag"
2727
}
2828
2929
resource "google_cloud_run_v2_service" "default" {

0 commit comments

Comments
 (0)