There was an error while loading. Please reload this page.
1 parent 1b5df52 commit 69f83a7Copy full SHA for 69f83a7
2 files changed
volcengine/ecs/case.json
@@ -1,6 +1,6 @@
1
{
2
"name":"ecs",
3
"user":"copilot",
4
- "version": "1.0.0",
+ "version": "1.0.1",
5
"description":"火山引擎 ECS 场景,使用按量计费部署 Debian 实例"
6
}
volcengine/ecs/versions.tf
@@ -1,18 +1,13 @@
terraform {
required_providers {
volcengine = {
- source = "volcengine/volcengine"
- version = "0.0.159"
- }
7
- random = {
8
- source = "hashicorp/random"
9
- version = "~> 3.0"
+ source = "volcengine/volcengine"
+ version = "0.0.184"
10
11
12
13
14
provider "volcengine" {
15
region = "cn-beijing"
16
- # access_key and secret_key can be provided via environment variables:
17
- # VOLCENGINE_ACCESS_KEY and VOLCENGINE_SECRET_KEY
18
-}
+ # Configuration options
+}
0 commit comments