Skip to content

Commit

Permalink
Update user_data.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
jsilberm authored Sep 29, 2017
1 parent eef1599 commit 9e1fba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/asg/user_data.tpl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
set -xv
terraform_version="0.10.6"
aws_access_key="AKIAJMLQEGOTMVSCJOHQ"
aws_secret_key="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"
aws_access_key=""
aws_secret_key=""
aws_region="us-east-2"
volsize=60
target_instances=5
Expand Down

0 comments on commit 9e1fba2

Please sign in to comment.