mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-07 22:53:08 -06:00
8 lines
101 B
Terraform
8 lines
101 B
Terraform
|
resource "aws_instance" "web" {
|
||
|
count = 5
|
||
|
}
|
||
|
|
||
|
resource "aws_instance" "web" {
|
||
|
count = 10
|
||
|
}
|