Skip to content

Instantly share code, notes, and snippets.

@joycse06
Created January 8, 2021 03:36
Show Gist options
  • Save joycse06/dcab375b770f1d4f195cbfb353358679 to your computer and use it in GitHub Desktop.
Save joycse06/dcab375b770f1d4f195cbfb353358679 to your computer and use it in GitHub Desktop.
resource "consul_keys" "root" {
key {
path = "some/path/in/consul"
value = <<-EOT
{
"primary_issuer": "kafka-pki/root-a",
"secondary_issuers": []
}
EOT
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment