Skip to content

Commit

Permalink
call d.Set("broker_id",...) on Read
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Flad <[email protected]>
  • Loading branch information
anGie44 and bflad authored Apr 14, 2021
1 parent b3933a0 commit 834e77e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/data_source_aws_mq_broker.go
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ func dataSourceAwsmQBrokerRead(d *schema.ResourceData, meta interface{}) error {
d.Set("arn", output.BrokerArn)
d.Set("authentication_strategy", output.AuthenticationStrategy)
d.Set("auto_minor_version_upgrade", output.AutoMinorVersionUpgrade)
d.Set("broker_id", brokerId)
d.Set("broker_name", output.BrokerName)
d.Set("deployment_mode", output.DeploymentMode)
d.Set("engine_type", output.EngineType)
Expand Down

0 comments on commit 834e77e

Please sign in to comment.