/
bubapb
/
Devops-Tools-Documentation
Обзор
Документация
Войти
/
bubapb
/
Devops-Tools-Documentation
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
DevOps-Pipeline-Python/terraform/variables.tf
16 строк
500 B
JohnyDev
create-jenkins-ec2-terraform-close #81
13 авг 2022, 22:47
13 авг 2022, 22:47
77b4d3c
Код
Авторство
О чём код?
# Adding the region as a variable, used in provider.tf variable "region" { type = string description = "this is the region where we will build our machine, region is saved in tfvars" } # Adding the ami as a variable, used in main.tf variable "ami" { type = string description = "This is the ami for the ubuntu machine that we will use, it is saved in the tfvars" } # Create terraform.tfvars and add your public ssh key in variable "public_key" { description = "ssh public key" }