fix(salt-masterless): set the default values for state and pillar remote locations

This commit is contained in:
Jurnell Cockhren 2018-01-21 00:34:43 -06:00 committed by Martin Atkins
parent fabdd0db3e
commit 996f845d4b
1 changed files with 2 additions and 0 deletions

View File

@ -58,10 +58,12 @@ func Provisioner() terraform.ResourceProvisioner {
"remote_state_tree": &schema.Schema{
Type: schema.TypeString,
Optional: true,
Default: DefaultStateTreeDir,
},
"remote_pillar_roots": &schema.Schema{
Type: schema.TypeString,
Optional: true,
Default: DefaultPillarRootDir,
},
"temp_config_dir": &schema.Schema{
Type: schema.TypeString,