Skip to content

Commit

Permalink
Updated tfvars file path
Browse files Browse the repository at this point in the history
  • Loading branch information
PhanikumarThodupunoori committed Jan 31, 2025
1 parent 0477925 commit ef48d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/network_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func TestNetworkingVariables(t *testing.T) {

// Generate a unique test prefix
uniquePrefix := strings.ToLower(random.UniqueId())
p := "../examples/sample-input-networking.tfvars" // Path to your tfvars file
p := "../examples/sample-input-defaults.tfvars" // Path to your tfvars file

var variables map[string]interface{}
terraform.GetAllVariablesFromVarFile(t, p, &variables)
Expand Down

0 comments on commit ef48d96

Please sign in to comment.