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?
已提问 5 个月前91 查看次数
没有答案

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则