- #-------------------
- # VARIABLES
- #-------------------
- variable "stack_name" {
- default = "Name for this stack like customer-Name or project-name"
- }
- variable "aws_region" {}
- variable "vpc_id" {}
- // Variables for providers used in this module
- variable "aws_access_key" {}
- variable "aws_secret_key" {}
- // Deployer SSH Pub SSH keys
- variable "public_key_path" {}
|