mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-22 05:01:55 +03:00
remove unnecessary variables
This commit is contained in:
@@ -1,12 +1,3 @@
|
|||||||
variable "AWS_REGION" {
|
variable "AWS_REGION" {
|
||||||
default = "eu-west-1"
|
default = "eu-west-1"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "PATH_TO_PRIVATE_KEY" {
|
|
||||||
default = "mykey"
|
|
||||||
}
|
|
||||||
|
|
||||||
variable "PATH_TO_PUBLIC_KEY" {
|
|
||||||
default = "mykey.pub"
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user