Closed tbroden84 closed 10 months ago
When importing PrivateLink or VPC Connect resource, instance_id (required) and sleep/timeout (optional) arguments are never set. Making Terraform destroy and re-create the resource every time, due to instance_id also use ForceNew behaviour.
instance_id
sleep/timeout
Reference: https://github.com/cloudamqp/terraform-provider-cloudamqp/issues/249
sleep
timeout
Import PrivateLink or VPC Connect resource.
Checked all other resources too and only these three resources fails to set the necessary instance_id.
WHY are these changes introduced?
When importing PrivateLink or VPC Connect resource,
instance_id
(required) andsleep/timeout
(optional) arguments are never set. Making Terraform destroy and re-create the resource every time, due toinstance_id
also use ForceNew behaviour.Reference: https://github.com/cloudamqp/terraform-provider-cloudamqp/issues/249
WHAT is this pull request doing?
instance_id
when no value set, just default 0 (null).sleep
andtimeout
when no value set, just default 0 (null).HOW can this pull request be tested?
Import PrivateLink or VPC Connect resource.