Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

consul_config_entry_service_resolver: Error: time: invalid duration "" #382

Open
simonctrlz opened this issue Nov 23, 2023 · 1 comment · May be fixed by #384
Open

consul_config_entry_service_resolver: Error: time: invalid duration "" #382

simonctrlz opened this issue Nov 23, 2023 · 1 comment · May be fixed by #384
Assignees

Comments

@simonctrlz
Copy link

Terraform Version

Terraform v1.6.4
on linux_amd64
+ provider registry.terraform.io/hashicorp/consul v2.20.0
+ provider registry.terraform.io/hashicorp/local v2.2.3
+ provider registry.terraform.io/hashicorp/random v3.5.1

Affected Resource(s)

Please list the resources as a list, for example:

  • consul_config_entry_service_resolver

Terraform Configuration Files

resource "consul_config_entry_service_resolver" "bug" {
  name = "bug"
  subsets {
      name = "subset"
      filter = "Service.Meta.cool == \"cool\""
      only_passing = true
  }
}

Debug Output

https://gist.github.com/simonctrlz/9115a5a41f9d380be47932f4be2a055d

Expected Behavior

It applies.

Actual Behavior

It didn't apply.

@remilapeyre
Copy link
Collaborator

Hello @simonctrlz, thanks for reporting this issue! I will fix this and #381 today and make a new release.

@remilapeyre remilapeyre self-assigned this Nov 27, 2023
remilapeyre added a commit to remilapeyre/terraform-provider-consul that referenced this issue Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants