1
0

feat: example of apigateway rest api

This commit is contained in:
xpk
2026-03-15 13:02:59 +08:00
parent 4c3754e79f
commit c0c08b1584
8 changed files with 282 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
variable "aws-region" {}
variable "environment" {}
variable "project" {}
variable "application" {}
variable "owner" {}
data "aws_caller_identity" "this" {}