This repository was archived by the owner on Jun 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use TypeList for schema + remove default values
some research perhaps indicates that using TypeList for schema over TypeSet is now preferred (hashicorp/terraform#10520 (comment)) namely that more recent terraform versions can now calculate distinct hashes for embedded lists to detect changes. hoping i'm not wrong here. removing default values from the schema as the terraform plan automatically fills those values and I suspect that may confuse users when additional values are added in the plan on top of their tf files. this does mean that subsequent diffs may not be completely accurate (i.e. changing password minlength really doesn't mean a change from 0 to the new value. its a change from 8 to the new value as 8 is the okta default).
- Loading branch information
Melissa Meyer
committed
Apr 9, 2018
1 parent
925e601
commit 4db18be
Showing
1 changed file
with
68 additions
and
67 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