Skip to content

Commit 8d24366

Browse files
committed
feat: support byoc project STOP and RESUME
1 parent 6b5bd92 commit 8d24366

File tree

1 file changed

+3
-0
lines changed
  • examples/aws-project-byoc-standard

1 file changed

+3
-0
lines changed

examples/aws-project-byoc-standard/main.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ module "aws_vpc" {
2929

3030
resource "zillizcloud_byoc_project" "this" {
3131
name = var.name
32+
status = "RUNNING"
3233

3334
aws = {
3435
region = "aws-${var.aws_region}"
@@ -54,6 +55,8 @@ resource "zillizcloud_byoc_project" "this" {
5455
search_vm = var.search_instance_type
5556
}
5657
}
58+
59+
depends_on = [module.aws_vpc, module.aws_bucket, module.aws_iam]
5760
}
5861

5962
output "vpc_id" {

0 commit comments

Comments
 (0)