revert credentials.tfvars.example

pull/11437/head
leich3 2024-08-10 07:57:00 +08:00
parent 3be3b1cf1b
commit e622721592
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,8 @@
#AWS Access Key
AWS_ACCESS_KEY_ID = ""
#AWS Secret Key
AWS_SECRET_ACCESS_KEY = ""
#EC2 SSH Key Name
AWS_SSH_KEY_NAME = ""
#AWS Region
AWS_DEFAULT_REGION = "eu-central-1"

View File

@ -1,5 +1,5 @@
#Global Vars
aws_cluster_name = "wilelm"
aws_cluster_name = "devtest"
#VPC Vars
aws_vpc_cidr_block = "10.250.192.0/18"