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 file-system-certificate #416

Open
const-tmp opened this issue Aug 12, 2024 · 1 comment
Open

consul_config_entry file-system-certificate #416

const-tmp opened this issue Aug 12, 2024 · 1 comment

Comments

@const-tmp
Copy link

const-tmp commented Aug 12, 2024

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" {
│
╵
@bwieckow
Copy link

We are also seeking this feature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants