-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Open
Labels
new-data-sourceIntroduces a new data source.Introduces a new data source.service/sagemakerIssues and PRs that pertain to the sagemaker service.Issues and PRs that pertain to the sagemaker service.
Description
What new functionality are you requesting?
currently there is no aws_sagemaker_endpoint
data source, but there is a resource. This issue is to get the data source added.
Description
This will allow terraform to lookup endpoints created outside of terraform.
Potential Terraform Configuration
data "aws_sagemaker_endpoint" "example" {
name = "my-sagemaker-endpoint"
}
References
No response
Would you like to implement the enhancement?
No
jlomad, azalewski-omada, mctomada and clatour
Metadata
Metadata
Assignees
Labels
new-data-sourceIntroduces a new data source.Introduces a new data source.service/sagemakerIssues and PRs that pertain to the sagemaker service.Issues and PRs that pertain to the sagemaker service.