mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-08 15:13:56 -06:00
715437537d
Thanks to @mitchellh for helping sort out concurrency stuff here.
11 lines
351 B
HCL
11 lines
351 B
HCL
resource "test_instance" "foo1" {}
|
|
resource "test_instance" "foo2" {}
|
|
resource "test_instance" "foo3" {}
|
|
resource "test_instance" "foo4" {}
|
|
resource "test_instance" "foo5" {}
|
|
resource "test_instance" "foo6" {}
|
|
resource "test_instance" "foo7" {}
|
|
resource "test_instance" "foo8" {}
|
|
resource "test_instance" "foo9" {}
|
|
resource "test_instance" "foo10" {}
|