Skip to content
This repository has been archived by the owner on Dec 9, 2020. It is now read-only.

Schedule for interval 1d returns float. #33

Open
codezninja opened this issue Oct 1, 2020 · 0 comments
Open

Schedule for interval 1d returns float. #33

codezninja opened this issue Oct 1, 2020 · 0 comments

Comments

@codezninja
Copy link

Issue

When setting a runscope schedule with interval 1d each plan returns a change case the api returns 1.0d causing a new resource.

Versions

terraform v0.13.2
terraform-provider-runscope v0.6.0

Outputs

-/+ resource "runscope_schedule" "schedule" {
        bucket_id      = "xxxxxx"
        environment_id = "xxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxx"
      ~ id             = "xxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" -> (known after apply)
      ~ interval       = "1.0d" -> "1d" # forces replacement
        note           = "Schedule"
        test_id        = "xxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxx"
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant