allow users to set image_uuid instead of name, this allows the use of openstack community images (#7283)

This commit is contained in:
Hugo Blom
2021-02-16 16:05:06 +01:00
committed by GitHub
parent 796d3fb975
commit f2d10e9465
4 changed files with 85 additions and 31 deletions

View File

@@ -134,4 +134,20 @@ variable "extra_sec_groups" {
variable "extra_sec_groups_name" {
type = string
}
}
variable "image_uuid" {
type = string
}
variable "image_gfs_uuid" {
type = string
}
variable "image_master" {
type = string
}
variable "image_master_uuid" {
type = string
}