Skip to content

Commit

Permalink
Remove unused aws_az from terraform.tfvars.example
Browse files Browse the repository at this point in the history
(cherry picked from commit 24e20ae)
Signed-off-by: Danny Sauer <[email protected]>
  • Loading branch information
kravciak authored and Danny Sauer committed Feb 28, 2020
1 parent 74ee50f commit 3362b53
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions ci/infra/aws/terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@ authorized_keys = [
# A list of region names can be found here: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions
aws_region = "eu-central-1"

# AWS availability zone
# You can get AZ name with the following command:
# aws ec2 describe-availability-zones --region region-name
#
# More information here: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#using-regions-availability-zones-describe
aws_az = "eu-central-1a"

# access key for AWS services
aws_access_key = "AKIXU..."

Expand Down Expand Up @@ -53,4 +46,4 @@ aws_secret_key = "ORd..."
# This is required to have AWS CPI support working properly.
#
# Note well: you must have the right set of permissions.
#iam_profile_worker = "caasp-k8s-worker-vm-profile"
# iam_profile_worker = "caasp-k8s-worker-vm-profile"

0 comments on commit 3362b53

Please sign in to comment.