AmazonMQ: Can we create and update configurations for an activemq broker via terraforms

0

We would like to create and update configurations for an activemq broker via terraforms. Taking a look at this doc https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/mq_configuration

  • Is it possible to update an existing configuration via terraforms?
  • If yes how do we frame the data for example if I want to modify </destinationPolicy> how do I need to wrap the updates in side of the data field? can you provide an example? data = <<DATA
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <broker xmlns="http://activemq.apache.org/schema/core"> ?????????????? </broker> DATA } * OR do I need to write the whole configuration with the updates?
feita há 5 meses91 visualizações
Sem respostas

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas