We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88b6805 + 63d594c commit fac0c8aCopy full SHA for fac0c8a
sumologic/resource_sumologic_connection.go
@@ -55,8 +55,9 @@ func resourceSumologicConnection() *schema.Resource {
55
Elem: &schema.Schema{
56
Type: schema.TypeString,
57
},
58
- Optional: true,
59
- Default: map[string]interface{}{},
+ Optional: true,
+ Default: map[string]interface{}{},
60
+ Sensitive: true,
61
62
"custom_headers": {
63
Type: schema.TypeMap,
0 commit comments