Skip to content

Commit e1954c9

Browse files
CCM-9063: Mandatory Platform Review
1 parent 1fa622c commit e1954c9

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
terraform {
2+
required_providers {
3+
aws = {
4+
source = "hashicorp/aws"
5+
version = "~> 5.50"
6+
}
7+
}
8+
9+
required_version = ">= 1.9.0"
10+
}

0 commit comments

Comments
 (0)