Skip to content

Commit

Permalink
revert credentials.tfvars.example
Browse files Browse the repository at this point in the history
  • Loading branch information
leich3 committed Aug 9, 2024
1 parent 3be3b1c commit e622721
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions contrib/terraform/aws/credentials.tfvars.example
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion contrib/terraform/aws/terraform.tfvars
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit e622721

Please sign in to comment.