From 3d49b511a6e6f6c9ea8cddd4b4ac24b469985469 Mon Sep 17 00:00:00 2001 From: Jared Baker Date: Tue, 6 Feb 2024 16:19:17 -0500 Subject: [PATCH] r/aws_ssoadmin_application(doc): add note on CreateApplication API limitations (#35667) Currently the API only supports creation of custom OAuth 2.0 applications. --- website/docs/r/ssoadmin_application.html.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/r/ssoadmin_application.html.markdown b/website/docs/r/ssoadmin_application.html.markdown index 4fa1f6f726f6..749c9f1c2cc0 100644 --- a/website/docs/r/ssoadmin_application.html.markdown +++ b/website/docs/r/ssoadmin_application.html.markdown @@ -9,6 +9,10 @@ description: |- Terraform resource for managing an AWS SSO Admin Application. +~> The `CreateApplication` API only supports custom OAuth 2.0 applications. +Creation of 3rd party SAML or OAuth 2.0 applications require setup to be done through the associated app service or AWS console. +See [this issue](https://github.com/hashicorp/terraform-provider-aws/issues/34813#issuecomment-1910380297) for additional context. + ## Example Usage ### Basic Usage