Files
example.terraform/vpc-subnets
..
2020-08-02 19:08:53 +08:00
2020-08-20 11:56:49 +08:00
2020-08-02 20:00:04 +08:00
2020-10-07 09:15:05 +08:00
2020-08-02 19:08:53 +08:00
2020-08-17 12:24:15 +08:00

terraform.tfvars example

aws_access_key = "..."
aws_secret_key = "..."
aws_region = "ap-east-1"
default-tags = {
    "owner" = "KF"
    "terraform" = "initial-deployment-only"
    "environment" = "demo"
    "project" = "project1"
    "application" = "network"
}
vpc-cidr="172.16.0.0/16"