What should have happened?
Resource is created with check_id equal to name as documented here
Actual Behavior
What actually happened?
╷
│ Error: Missing required argument
│
│ on consul-esm.tf line 47, in resource "consul_service" "esm-service":
│ 47: check {
│
│ The argument "check_id" is required, but no definition was found.
╵
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
Terraform Version
terraform version Terraform v1.5.3 on darwin_arm64
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Expected Behavior
What should have happened? Resource is created with check_id equal to name as documented here
Actual Behavior
What actually happened?
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply