Skip to content

Commit

Permalink
removing dash in random suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
rambleraptor committed Jul 23, 2019
1 parent 41b8f74 commit 8549a59
Showing 1 changed file with 1 addition and 1 deletion.
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 8549a59

Please sign in to comment.