We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b5bd92 commit 8d24366Copy full SHA for 8d24366
examples/aws-project-byoc-standard/main.tf
@@ -29,6 +29,7 @@ module "aws_vpc" {
29
30
resource "zillizcloud_byoc_project" "this" {
31
name = var.name
32
+ status = "RUNNING"
33
34
aws = {
35
region = "aws-${var.aws_region}"
@@ -54,6 +55,8 @@ resource "zillizcloud_byoc_project" "this" {
54
55
search_vm = var.search_instance_type
56
}
57
58
+
59
+ depends_on = [module.aws_vpc, module.aws_bucket, module.aws_iam]
60
61
62
output "vpc_id" {
0 commit comments