Merge pull request #30637 from kderck/patch-2

Change aws.dest to aws.dst
This commit is contained in:
Laura Pacilio 2022-03-10 18:08:29 -05:00 committed by GitHub
commit 821064edd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 ]
}
}
}