initial commit of replacement infrastructure automation
[awsible] / infrastructure / management-stack / variables.tf
1 variable "region" {}
2 variable "remote_state_bucket" {}
3 variable "remote_state_table" {}
4 variable "acct_name" {}
5 variable "project" {}
6 variable "environment" {}
7 variable "key_name" {}