mirror of https://github.com/status-im/consul.git
Rename rhel to rhel6
This commit is contained in:
parent
edbd023ee5
commit
52a15bd69e
|
@ -11,7 +11,7 @@ variable "user" {
|
||||||
variable "user" {
|
variable "user" {
|
||||||
default = {
|
default = {
|
||||||
ubuntu = "ubuntu"
|
ubuntu = "ubuntu"
|
||||||
rhel = "ec2-user"
|
rhel6 = "ec2-user"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -19,8 +19,8 @@ variable "ami" {
|
||||||
default = {
|
default = {
|
||||||
us-east-1-ubuntu = "ami-3acc7a52"
|
us-east-1-ubuntu = "ami-3acc7a52"
|
||||||
us-west-2-ubuntu = "ami-37501207"
|
us-west-2-ubuntu = "ami-37501207"
|
||||||
us-east-1-rhel = "ami-b0fed2d8"
|
us-east-1-rhel6 = "ami-b0fed2d8"
|
||||||
us-west-2-rhel = "ami-4dbf9e7d"
|
us-west-2-rhel6 = "ami-2faa861f"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue