Initial commit: Terraform configurations for multiple cloud providers
This commit is contained in:
15
volcengine/main.tf
Normal file
15
volcengine/main.tf
Normal file
@@ -0,0 +1,15 @@
|
||||
terraform {
|
||||
required_providers {
|
||||
volcengine = {
|
||||
source = "volcengine/volcengine"
|
||||
version = "0.0.129"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
provider "volcengine" {
|
||||
# 这里需要配置访问凭证
|
||||
# access_key = "your-access-key"
|
||||
# secret_key = "your-secret-key"
|
||||
# region = "cn-beijing"
|
||||
}
|
||||
Reference in New Issue
Block a user