I know this is possible through the AWS CLI and Console as I have done it like this but I would now need to do it in Terraform. I would like to execute the equivalent of the CLI command as aws servicediscovery register-instance
.
Pointing to any documentation or examples that can be shared would be most beneficial and appreciated.
This is now possible using the
aws_service_discovery_instance
resource as of version v3.57.0 of the AWS provider.