mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
add defaultFunc for 'tenant_name'
This commit is contained in:
parent
d80a02c12d
commit
e6f3a19284
@ -34,7 +34,7 @@ func Provider() terraform.ResourceProvider {
|
||||
"tenant_name": &schema.Schema{
|
||||
Type: schema.TypeString,
|
||||
Optional: true,
|
||||
Default: "",
|
||||
DefaultFunc: envDefaultFunc("OS_TENANT_NAME"),
|
||||
},
|
||||
"password": &schema.Schema{
|
||||
Type: schema.TypeString,
|
||||
|
Loading…
Reference in New Issue
Block a user