• Martin Atkins's avatar
    backend/remote: Support -target on plan and apply · 16f1f3b7
    Martin Atkins authored
    Previously we did not allow -target to be used with the remote backend
    because there was no way to send the targets to Terraform Cloud/Enterprise
    via the API.
    
    There is now an attribute in the request for creating a plan that allows
    us to send target addresses, so we'll remove that restriction and copy
    the given target addresses into the API request.
    16f1f3b7