-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgraded to terraform plugin framework (big rewrite)
* Framework wip * optional fields * clientclaim type works * it works (except emtpy gives null) * handle empth clientClaims * Handle empty values as empty list instead of nil * ClientSecret working * Update main.go * name changes * handle update for clientsecret * User client basics * 1 * Refactor * userclient * Fix for always having changes to ClientNameLanguageKey * convertStringArrayToSet * Comments about fields not checking server drift * resource_apiscope wip * ApiScope works * typos * logging * Update README.md * Update README.md * Update README.md * Update README.md * "protocol_versions": ["6.0"] * Update terraform-tester.tf
- Loading branch information
1 parent
c985264
commit 21ffb8e
Showing
30 changed files
with
1,811 additions
and
1,429 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation"> | ||
<s:Boolean x:Key="/Default/UserDictionary/Words/=lvia/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.