use ubuntu regex

This commit is contained in:
Jakub Sokołowski 2018-08-15 16:00:01 -04:00
parent 9b62e31e0a
commit 2a360819f6
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ provider "alicloud" {
}
data "alicloud_images" "ubuntu" {
owners = "marketplace"
name_regex = ".*"
owners = "system"
name_regex = "ubuntu"
}
/*