7 lines
156 B
Terraform
7 lines
156 B
Terraform
variable "aws-region" {}
|
|
variable "environment" {}
|
|
variable "project" {}
|
|
variable "application" {}
|
|
variable "owner" {}
|
|
|
|
data "aws_caller_identity" "this" {} |