mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Update formatting of all Terraform configuration files per `terraform fmt` Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
3 lines
66 B
HCL
3 lines
66 B
HCL
data "aws_availability_zones" "az_list" {
|
|
state = "available"
|
|
}
|