Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Re-add random string to db name (needed because gcp cant reuse names)
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Levenick <[email protected]>
  • Loading branch information
slevenick committed Jan 10, 2020
1 parent 6c9b79c commit 256be45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/configuration/gcp_inspec_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def self.add_random_string(length = 25)
:gcp_fr_udp_name => "gcp-inspec-fr-udp",
:gcp_address_name => "gcp-inspec-address",
:gcp_vpn_address_name => "gcp-inspec-vpn-address",
:gcp_db_instance_name => "gcp-inspec-db",
:gcp_db_instance_name => "gcp-inspec-db-#{add_random_string}",
:gcp_db_name => "inspecgcp",
:gcp_db_type => "MYSQL_5_7",
:gcp_db_size => "db-f1-micro",
Expand Down

0 comments on commit 256be45

Please sign in to comment.