Skip to content
This repository was archived by the owner on Jul 20, 2024. It is now read-only.

Commit 0c01dd3

Browse files
yutachaosint128
andauthored
Added required versions (#53)
Co-authored-by: Hidetake Iwata <int128@gmail.com>
1 parent 853bc7b commit 0c01dd3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

‎versions.tf

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

0 commit comments

Comments
 (0)