Initial commit: Terraform configurations for multiple cloud providers

This commit is contained in:
Ben User
2026-02-01 06:36:02 +00:00
commit 70f160b396
58 changed files with 1813 additions and 0 deletions

11
aws/.env Normal file
View File

@@ -0,0 +1,11 @@
seekkey
id
AKIAREGNQE37ZFRTTYXQ
key
3g58bhG2w1rPtcX9wmCMWcmF5EOoHy/zwnGdqoTz
capitaltrain
id
AKIATAXHIVZIOWQUHY5A
key
Pe/Xb2dq1YOhadqgDTy7zKwbDLkk8dsvrpJ09kNQ

5
aws/capitaltrain/.env Normal file
View File

@@ -0,0 +1,5 @@
capitaltrain
id
AKIATAXHIVZIOWQUHY5A
key
Pe/Xb2dq1YOhadqgDTy7zKwbDLkk8dsvrpJ09kNQ

15
aws/main.tf Normal file
View File

@@ -0,0 +1,15 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.0.0"
}
}
}
provider "aws" {
# 配置AWS访问凭证
# access_key = "your-access-key"
# secret_key = "your-secret-key"
# region = "us-east-1"
}

5
aws/seekkey/.env Normal file
View File

@@ -0,0 +1,5 @@
seekkey
id
AKIAREGNQE37ZFRTTYXQ
key
3g58bhG2w1rPtcX9wmCMWcmF5EOoHy/zwnGdqoTz