2023-10-27から1日間の記事一覧

{Terraform} for ExpressionでLoop

参考文献: Terraform Up & Running (Yevgeniy Brikman著)https://itnext.io/terraform-count-for-each-and-for-loops-1018526c2047 cat <<-'EOF' > variables.tfvariable "list01" { description = "list01" type = list(string) default = [ "user01", "use…