Skip to content

Commit

Permalink
Require target_id on profile mapping
Browse files Browse the repository at this point in the history
Also add data source to allow users to determine target/source ids

Update CHANGELOG

Update new data source to be more specific

All other profile mapping sources are do not have unique names

Update find profile mapping source to take type as well

Update docs
  • Loading branch information
quantumew committed Feb 9, 2020
1 parent e0a12c9 commit 4a74808
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions okta/app_filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (
"fmt"
"strings"

"github.com/articulate/terraform-provider-okta/sdk"
"github.com/hashicorp/terraform-plugin-sdk/helper/schema"
"github.com/okta/okta-sdk-golang/okta"
"github.com/okta/okta-sdk-golang/okta/query"
Expand Down
1 change: 1 addition & 0 deletions okta/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (
"unicode"

"github.com/okta/okta-sdk-golang/okta"
"github.com/terraform-providers/terraform-provider-okta/sdk"

articulateOkta "github.com/articulate/oktasdk-go/okta"
"github.com/hashicorp/terraform-plugin-sdk/helper/schema"
Expand Down

0 comments on commit 4a74808

Please sign in to comment.