use ubuntu regex
This commit is contained in:
parent
9b62e31e0a
commit
2a360819f6
|
@ -5,8 +5,8 @@ provider "alicloud" {
|
|||
}
|
||||
|
||||
data "alicloud_images" "ubuntu" {
|
||||
owners = "marketplace"
|
||||
name_regex = ".*"
|
||||
owners = "system"
|
||||
name_regex = "ubuntu"
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue