1
0
Files
terraform.examples/RestApi/variables.tf
T

7 lines
156 B
Terraform

variable "aws-region" {}
variable "environment" {}
variable "project" {}
variable "application" {}
variable "owner" {}
data "aws_caller_identity" "this" {}