From 258ed72979cd5e326bd34799d257c04b920c3635 Mon Sep 17 00:00:00 2001 From: Conor Mullen Date: Thu, 5 Sep 2019 16:17:00 +0100 Subject: [PATCH] Rename custom_profile_attributes to profile --- examples/okta_app_oauth/custom_attributes.tf | 2 +- examples/okta_app_oauth/custom_attributes_array.tf | 2 +- okta/resource_app_oauth.go | 4 ++-- okta/resource_app_oauth_test.go | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/okta_app_oauth/custom_attributes.tf b/examples/okta_app_oauth/custom_attributes.tf index 69b91192..d66a2522 100644 --- a/examples/okta_app_oauth/custom_attributes.tf +++ b/examples/okta_app_oauth/custom_attributes.tf @@ -8,7 +8,7 @@ resource "okta_app_oauth" "test" { custom_client_id = "something_from_somewhere" token_endpoint_auth_method = "client_secret_basic" - custom_profile_attributes = <