We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
resource "consul_config_entry" "fs-cert" { kind = "file-system-certificate" name = "api-gateway-cert" config_json = jsonencode({ Certificate = "/local/cert.pem>" PrivateKey = "/local/key.pem>" }) }
Plan: 1 to add, 3 to change, 0 to destroy. consul_config_entry.fs-cert: Creating... consul_config_entry.rmqui-service-defaults: Modifying... [id=service-defaults-rmqui] consul_config_entry.rmqui-service-defaults: Modifications complete after 2s [id=service-defaults-rmqui] ╷ │ Error: failed to decode config entry: invalid config entry kind: file-system-certificate │ │ with consul_config_entry.fs-cert, │ on api-gateway.tf line 76, in resource "consul_config_entry" "fs-cert": │ 76: resource "consul_config_entry" "fs-cert" { │ ╵
The text was updated successfully, but these errors were encountered:
We are also seeking this feature
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: