Skip to content

Commit

Permalink
Fix: typo in our example (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
elbaz committed Apr 27, 2022
1 parent a0c15b7 commit 5ccfe13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/resources/env0_environment_scheduling/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ data "env0_environment" "example" {
name = "Environment Name"
}

resource "env0_environment_schedling" "example" {
resource "env0_environment_scheduling" "example" {
environment_id = data.env0_environment.example.id
deploy_cron = "5 * * * *"
destroy_cron = "10 * * * *"
Expand Down

0 comments on commit 5ccfe13

Please sign in to comment.