Skip to content

Commit

Permalink
fix calico
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Hall <jason@chainguard.dev>
  • Loading branch information
imjasonh committed May 14, 2024
1 parent f9152c8 commit e8987a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/calico/tests/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ variable "digests" {
})
}

locals { parsed = { for k, v in var.digests : k => provider::ociparse(v) } }
locals { parsed = { for k, v in var.digests : k => provider::oci::parse(v) } }

data "imagetest_inventory" "this" {}

Expand Down

0 comments on commit e8987a2

Please sign in to comment.