10 lines
243 B
Terraform
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" {} |