Skip to content

Commit

Permalink
[terraform] removing dash in random suffix for examples (#2090)
Browse files Browse the repository at this point in the history
Merged PR #2090.
  • Loading branch information
rambleraptor authored and modular-magician committed Jul 24, 2019
1 parent 8c21f4d commit 84691cd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/ansible
2 changes: 1 addition & 1 deletion build/terraform
2 changes: 1 addition & 1 deletion build/terraform-beta
2 changes: 1 addition & 1 deletion provider/terraform/examples.rb
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def config_test_body
@test_env_vars ||= {}
body = lines(compile_file(
{
vars: vars.map { |k, str| [k, "#{str}-%{random_suffix}"] }.to_h,
vars: vars.map { |k, str| [k, "#{str}%{random_suffix}"] }.to_h,
test_env_vars: test_env_vars.map { |k, _| [k, "%{#{k}}"] }.to_h,
primary_resource_id: primary_resource_id
},
Expand Down

0 comments on commit 84691cd

Please sign in to comment.