Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- variable "availability_zones" {
- type = list(string)
- default = ["us-east-1a", "us-east-1b"]
- }
- variable "aws_key_name" {
- type = string
- description = "Nawa klucza dodanego w AWS"
- }
- variable "ssh_key_path" {
- type = string
- description = "Sciezka do klucza SSH"
- }
- variable "bucket_name" {
- # default = "<name>-<surname>-panda-devops-core-8"
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement