Skip to content

Commit 178dc6e

Browse files
chore: chore: update Updatecli jsonschema
Made with ❤️️ by updatecli
1 parent 05422fc commit 178dc6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/schema/latest/policy/manifest/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2251,7 +2251,7 @@
22512251
"type": "string"
22522252
},
22532253
"type": "object",
2254-
"description": "`modules` specifies a map of modules, the key is module url as seen in the different terragrunt manifests,\n\t\tthe value is an optional semver version constraint.\n\n\t\texamples:\n\t\t```\n\t\t- providers:\n\t\t # Ignore modules update for a specific registry\n\t\t tfr://registry.opentofu.org:\n\t\t # Ignore modules updates for a very specific module\n\t\t tfr://terraform-aws-modules/rdss/aws:\n\t\t registry.terraform.io/hashicorp/aws:\n\t\t # Ignore module updates for this version\n\t\t [email protected]:hashicorp/exampleLongNameForSorting.git: \"1.x\"\n\t\t```"
2254+
"description": "`modules` specifies a map of modules, the key is module url as seen in the different terragrunt manifests,\n\t\tthe value is an optional semver version constraint.\n\n\t\texamples:\n\t\t```\n\t\t- providers:\n\t\t # Ignore modules update for a specific registry\n\t\t tfr://registry.opentofu.org:\n\t\t # Ignore modules updates for a very specific module\n\t\t tfr:///terraform-aws-modules/rdss/aws:\n\t\t registry.terraform.io/hashicorp/aws:\n\t\t # Ignore module updates for this version\n\t\t [email protected]:hashicorp/exampleLongNameForSorting.git: \"1.x\"\n\t\t```"
22552255
}
22562256
},
22572257
"additionalProperties": false,
@@ -2273,7 +2273,7 @@
22732273
"type": "string"
22742274
},
22752275
"type": "object",
2276-
"description": "`modules` specifies a map of modules, the key is module url as seen in the different terragrunt manifests,\n\t\tthe value is an optional semver version constraint.\n\n\t\texamples:\n\t\t```\n\t\t- providers:\n\t\t # Ignore modules update for a specific registry\n\t\t tfr://registry.opentofu.org:\n\t\t # Ignore modules updates for a very specific module\n\t\t tfr://terraform-aws-modules/rdss/aws:\n\t\t registry.terraform.io/hashicorp/aws:\n\t\t # Ignore module updates for this version\n\t\t [email protected]:hashicorp/exampleLongNameForSorting.git: \"1.x\"\n\t\t```"
2276+
"description": "`modules` specifies a map of modules, the key is module url as seen in the different terragrunt manifests,\n\t\tthe value is an optional semver version constraint.\n\n\t\texamples:\n\t\t```\n\t\t- providers:\n\t\t # Ignore modules update for a specific registry\n\t\t tfr://registry.opentofu.org:\n\t\t # Ignore modules updates for a very specific module\n\t\t tfr:///terraform-aws-modules/rdss/aws:\n\t\t registry.terraform.io/hashicorp/aws:\n\t\t # Ignore module updates for this version\n\t\t [email protected]:hashicorp/exampleLongNameForSorting.git: \"1.x\"\n\t\t```"
22772277
}
22782278
},
22792279
"additionalProperties": false,

0 commit comments

Comments
 (0)