Skip to content

Commit 10b2b88

Browse files
author
rahul-infra
committed
updated versions.tf
1 parent 74f0aca commit 10b2b88

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

versions.tf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = "~> 5.0"
7+
version = "~> 6.0"
8+
9+
configuration_aliases = [
10+
aws.cross_account_provider
11+
]
812
}
913
}
1014
}

0 commit comments

Comments
 (0)