chore(ci): add command to fmt testdata terraform files (#1042)

This commit is contained in:
Mauritz Uphoff 2025-11-06 18:01:44 +01:00 committed by GitHub
parent 4552b14edd
commit a81b7d49e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 46 additions and 46 deletions

View file

@ -24,7 +24,7 @@ resource "stackit_volume" "volume_source" {
name = var.name
description = var.description
performance_class = var.performance_class
size = var.size
size = var.size
source = {
id = stackit_volume.volume_size.volume_id
type = "volume"