Skip to content

Commit

Permalink
docs: Terraform import
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongxiao37 committed Dec 29, 2023
1 parent b50dae2 commit 6b17ae5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ tfvar 文件里面定义两个交换机
}
```

`environments/dev/main.tf` 就可以通过 Terraform 的 meta argument 来实现循环。
`environments/dev/main.tf` 就可以通过 Terraform 的 [meta argument](https://developer.hashicorp.com/terraform/language/meta-arguments/count) 来实现循环。

```tf
module "vsw" {
Expand Down

0 comments on commit 6b17ae5

Please sign in to comment.