mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #30637 from kderck/patch-2
Change aws.dest to aws.dst
This commit is contained in:
commit
821064edd3
@ -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 ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user