Fix mysql intents
This commit is contained in:
parent
30bb579811
commit
b8fc4016cb
@ -16,7 +16,7 @@ resource "nomad_job" "adminer" {
|
|||||||
|
|
||||||
# NOTE: This may need to be moved to after the services are created
|
# NOTE: This may need to be moved to after the services are created
|
||||||
resource "consul_config_entry" "mysql_intents" {
|
resource "consul_config_entry" "mysql_intents" {
|
||||||
name = "mysql"
|
name = "mysql-server"
|
||||||
kind = "service-intentions"
|
kind = "service-intentions"
|
||||||
|
|
||||||
config_json = jsonencode({
|
config_json = jsonencode({
|
||||||
|
Loading…
Reference in New Issue
Block a user