Update website/docs/language/style.mdx

pull/35314/head
rita 11 months ago committed by GitHub
parent ee9c527d87
commit 03df0c4f80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -460,7 +460,7 @@ This section reviews standards that enable predictable and secure Terraform work
To prevent provider and module upgrades from introducing unintentional changes to your infrastructure, use version pinning.
Specify provider versions using the [required_providers block](/terraform/language/providers/requirements#requiring-providers). Terraform [version constraints](/terraform/language/providers/requirements#version-constraints) supports a range of accepted versions.
Specify provider versions using the [required_providers block](/terraform/language/providers/requirements#requiring-providers). Terraform [version constraints](/terraform/language/providers/requirements#version-constraints) support a range of accepted versions.
Pin modules to a specific major and minor version as shown in the example below to ensure stability. You can use looser restrictions if you are certain that the module does not introduce breaking changes outside of major version updates.

Loading…
Cancel
Save