diff --git a/website/docs/language/modules/develop/providers.mdx b/website/docs/language/modules/develop/providers.mdx index 32864a6b6..8c173e7fa 100644 --- a/website/docs/language/modules/develop/providers.mdx +++ b/website/docs/language/modules/develop/providers.mdx @@ -221,7 +221,7 @@ terraform { aws = { source = "hashicorp/aws" version = ">= 2.7.0" - configuration_aliases = [ aws.src, aws.dest ] + configuration_aliases = [ aws.src, aws.dst ] } } }