From 8cc04a2bcf795db2799d3cc9c1f5a5794deaeef7 Mon Sep 17 00:00:00 2001 From: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com> Date: Mon, 10 Feb 2025 15:34:51 +0100 Subject: [PATCH] Minor fix Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com> --- rfc/20241206-oci-registries/6-modules.md | 1 - 1 file changed, 1 deletion(-) diff --git a/rfc/20241206-oci-registries/6-modules.md b/rfc/20241206-oci-registries/6-modules.md index 040b718714..992d1bc7c9 100644 --- a/rfc/20241206-oci-registries/6-modules.md +++ b/rfc/20241206-oci-registries/6-modules.md @@ -55,7 +55,6 @@ To combine that with the explicit `ref` argument, place the query string after t Publishing modules in OpenTofu will be performed as a single, non-multi-platform ORAS-style artifact with the `artifactType` attribute as `application/vnd.opentofu.module`. OpenTofu will refuse to use multi-platform artifacts. Specifically: -1. The module must be packaged into a single ZIP file and published as a blob in OCI. 1. The module must be packaged into a single ZIP file and published as a blob in OCI. 2. The main manifest is an image manifest (not an index manifest) and declares the `artifactType` of `application/vnd.opentofu.module` on the main manifest. The layer must have the `artifactType` of `archive/zip`. 3. Tag names must follow existing versioning rules for modules in the OpenTofu registry. OpenTofu will ignore any incorrectly formatted tags, including `latest`.