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?
asked 5 months ago83 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions