You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please make it so when updating the routes list of the confluent_transit_gateway_attachment resource the attachment is not recreated. Every time I have to update this I need to file a support ticket, so I trust you guys can update the code here to not make it recreate it.
resource "confluent_transit_gateway_attachment" "this" {
display_name = "transit-gateway-attachment"
aws {
ram_resource_share_arn = <share_arn>
transit_gateway_id = <gateway_id>
routes = [...] # <---- CHANGING THIS RECREATES THE ATTACHMENT.
}
environment {
id = enviornment
}
network {
id = network_id
}
}
The text was updated successfully, but these errors were encountered:
Please make it so when updating the
routes
list of theconfluent_transit_gateway_attachment
resource the attachment is not recreated. Every time I have to update this I need to file a support ticket, so I trust you guys can update the code here to not make it recreate it.The text was updated successfully, but these errors were encountered: