1
0

feat: removed aws provider version requirement

This commit is contained in:
xpk
2026-02-13 18:54:22 +08:00
parent 688eda84c6
commit a1e44dc610
@@ -8,9 +8,5 @@ terraform {
source = "hashicorp/archive"
version = ">= 2.7.1"
}
aws = {
source = "hashicorp/aws"
version = "~> 5.100.0"
}
}
}