chore(ci): add command to fmt testdata terraform files (#1042)
This commit is contained in:
parent
4552b14edd
commit
a81b7d49e7
9 changed files with 46 additions and 46 deletions
|
|
@ -27,7 +27,7 @@ data "stackit_image_v2" "filter_uefi_ubuntu" {
|
|||
project_id = var.project_id
|
||||
filter = {
|
||||
distro = "ubuntu"
|
||||
uefi = true
|
||||
uefi = true
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -35,9 +35,9 @@ data "stackit_image_v2" "name_regex_and_filter_rhel_9_1" {
|
|||
project_id = var.project_id
|
||||
name_regex = "^Red Hat Enterprise Linux 9.1$"
|
||||
filter = {
|
||||
distro = "rhel"
|
||||
distro = "rhel"
|
||||
version = "9.1"
|
||||
uefi = true
|
||||
uefi = true
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue