Skip to content

Commit

Permalink
Adjust type
Browse files Browse the repository at this point in the history
  • Loading branch information
romanini-ciandt committed Nov 11, 2024
1 parent 091d93a commit 8f2a480
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func TestMonitoringAlertKeyVersion(t *testing.T) {

for key, monitor_all_keys_in_the_project := range TfInputs {

statePath := fmt.Sprintf("%s/custom_backend_%d.tfstate", path, key)
statePath := fmt.Sprintf("%s/custom_backend_%s.tfstate", path, key)

vars := map[string]interface{}{
"monitor_all_keys_in_the_project": monitor_all_keys_in_the_project,
Expand Down

0 comments on commit 8f2a480

Please sign in to comment.