Skip to content

Commit

Permalink
refactor(examples): use more explicit example names
Browse files Browse the repository at this point in the history
  • Loading branch information
diodonfrost committed Dec 31, 2020
1 parent 49577a6 commit 08f5cb0
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/end-to-end/autoscaling_scheduler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func TestTerraformAutoscalingScheduler(t *testing.T) {

terraformOptions := &terraform.Options{
// The path to where our Terraform code is located
TerraformDir: "../../examples/autoscaling-schedule",
TerraformDir: "../../examples/autoscaling-scheduler",

// Variables to pass to our Terraform code using -var options
Vars: map[string]interface{}{
Expand Down
2 changes: 1 addition & 1 deletion tests/end-to-end/instance_scheduler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func TestTerraformAwsInstanceScheduler(t *testing.T) {

terraformOptions := &terraform.Options{
// The path to where our Terraform code is located
TerraformDir: "../../examples/instance-schedule",
TerraformDir: "../../examples/instance-scheduler",

// Variables to pass to our Terraform code using -var options
Vars: map[string]interface{}{
Expand Down

0 comments on commit 08f5cb0

Please sign in to comment.