1
0
Files
terraform.examples/ApigwAuthExample/variables.tf
T
2026-02-13 15:44:24 +08:00

10 lines
243 B
Terraform

variable "aws-region" {}
variable "customer-name" {}
variable "environment" {}
variable "project" {}
variable "application" {}
variable "owner" {}
variable "costcenter" {}
variable "DynamicAddressGroup" {}
data "aws_caller_identity" "this" {}