resource "aws_iam_saml_provider" "okta" { name = "OKTA" saml_metadata_document = data.okta_app_metadata_saml.awsapp.metadata }