1
0

feat: updates on eks example, cmk, and s3bucket

This commit is contained in:
xpk
2026-03-31 07:59:05 +08:00
parent b74aeac165
commit c8eba9a6f8
9 changed files with 424 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
terraform {
required_version = ">= 1.13.0"
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 6.38.0"
}
}
}