File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -91,10 +91,11 @@ func machineSchema() *map[string]*schema.Schema {
91
91
Computed : true ,
92
92
},
93
93
"ssh_private" : & schema.Schema {
94
- Type : schema .TypeString ,
95
- ForceNew : true ,
96
- Optional : true ,
97
- Default : "" ,
94
+ Type : schema .TypeString ,
95
+ ForceNew : true ,
96
+ Optional : true ,
97
+ Default : "" ,
98
+ Sensitive : true ,
98
99
},
99
100
"ssh_name" : & schema.Schema {
100
101
Type : schema .TypeString ,
Original file line number Diff line number Diff line change @@ -117,10 +117,11 @@ func resourceRunner() *schema.Resource {
117
117
Computed : true ,
118
118
},
119
119
"ssh_private" : & schema.Schema {
120
- Type : schema .TypeString ,
121
- ForceNew : true ,
122
- Optional : true ,
123
- Default : "" ,
120
+ Type : schema .TypeString ,
121
+ ForceNew : true ,
122
+ Optional : true ,
123
+ Default : "" ,
124
+ Sensitive : true ,
124
125
},
125
126
"startup_script" : & schema.Schema {
126
127
Type : schema .TypeString ,
You can’t perform that action at this time.
0 commit comments