Closed chrisjohnson closed 1 year ago
Hi @chrisjohnson, the new fields in the consul_config_entry
should all be available in the release 2.17 of the provider that will arrive this week.
Excellent! If I could suggest a feature then, for future releases to throw an error on unexpected fields, rather than silently producing a plan that includes the field and then discarding it. It was pretty difficult to track this issue down to being the provider rather than my config or consul itself.
Hi @chrisjohnson, the LocalRequestTimeoutMs
argument is now supported by the consul_config_entry
resource so I will close this issue.
Please let me know if there is other attribute that you need support for :) !
Terraform Version
terraform 0.14.11
Affected Resource(s)
Terraform Configuration Files
And a screenshot of a planned resource to show that the terraform code computes as expected:
Expected Behavior
The produced service-default should have a LocalRequestTimeoutMs
Actual Behavior
The service-default does not reflect it:
The terraform state also reflects this (snippet from overall terraform state):
Steps to Reproduce
Create a service-defaults using terraform code above
Important Factoids
Using
consul config write
I'm able to make the same service-defaults and consul preserves theLocalRequestTimeoutMs