Skip to content

Commit 201fb16

Browse files
author
awlsring
committed
fix: ci password as sensitive
1 parent 41c9568 commit 201fb16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

proxmox/qemu/types/ci.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ var CloudInitUserDataSourceAttributes = map[string]dschema.Attribute{
3737
},
3838
"password": dschema.StringAttribute{
3939
Computed: true,
40+
Sensitive: true,
4041
Description: "The password of the user.",
4142
},
4243
"public_keys": dschema.SetAttribute{
@@ -119,6 +120,7 @@ var CloudInitUserAttributes = map[string]schema.Attribute{
119120
},
120121
"password": schema.StringAttribute{
121122
Optional: true,
123+
Sensitive: true,
122124
Description: "The password of the user.",
123125
},
124126
"public_keys": schema.SetAttribute{

0 commit comments

Comments
 (0)