Push Project :
- Terraform ⚙️ : Instance creation - Ansible 🛠️ : ContainerLab installation
This commit is contained in:
14
terraform/variables.tf
Normal file
14
terraform/variables.tf
Normal file
@@ -0,0 +1,14 @@
|
||||
variable "AWS_ACCESS_KEY" {}
|
||||
variable "AWS_SECRET_KEY" {}
|
||||
|
||||
variable "AWS_REGION" {
|
||||
type = string
|
||||
default = "eu-west-3"
|
||||
}
|
||||
|
||||
variable "AWS_AMIS" {
|
||||
type = map(any)
|
||||
default = {
|
||||
"eu-west-3" = "ami-087da76081e7685da"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user