Skip to content

Commit

Permalink
fix(tf_mod_003): url for guideline
Browse files Browse the repository at this point in the history
  • Loading branch information
cterence committed Jan 26, 2024
1 parent 802e4ed commit 2b51be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks/required_provider_version_operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func RequiredProviderVersionOperatorInModules() (data.Check, error) {
dataCheck := data.Check{
ID: "TF_MOD_003",
Name: "Required provider versions in modules should be set with ~> operator",
RelatedGuidelines: "https://padok-team.github.io/docs-terraform-guidelines/terraform/terraform_naming.html#variables",
RelatedGuidelines: "https://padok-team.github.io/docs-terraform-guidelines/terraform/terraform_versioning.html#required-providers-version-for-modules",
Status: "✅",
}

Expand Down

0 comments on commit 2b51be9

Please sign in to comment.