Skip to content

Commit 69f83a7

Browse files
committed
更新火山引擎 ECS 版本至 1.0.1,并调整依赖项版本至 0.0.184
1 parent 1b5df52 commit 69f83a7

2 files changed

Lines changed: 5 additions & 10 deletions

File tree

volcengine/ecs/case.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"ecs",
33
"user":"copilot",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description":"火山引擎 ECS 场景,使用按量计费部署 Debian 实例"
66
}

volcengine/ecs/versions.tf

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
11
terraform {
22
required_providers {
33
volcengine = {
4-
source = "volcengine/volcengine"
5-
version = "0.0.159"
6-
}
7-
random = {
8-
source = "hashicorp/random"
9-
version = "~> 3.0"
4+
source = "volcengine/volcengine"
5+
version = "0.0.184"
106
}
117
}
128
}
139

1410
provider "volcengine" {
1511
region = "cn-beijing"
16-
# access_key and secret_key can be provided via environment variables:
17-
# VOLCENGINE_ACCESS_KEY and VOLCENGINE_SECRET_KEY
18-
}
12+
# Configuration options
13+
}

0 commit comments

Comments
 (0)