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.
1 parent 41c9568 commit 201fb16Copy full SHA for 201fb16
proxmox/qemu/types/ci.go
@@ -37,6 +37,7 @@ var CloudInitUserDataSourceAttributes = map[string]dschema.Attribute{
37
},
38
"password": dschema.StringAttribute{
39
Computed: true,
40
+ Sensitive: true,
41
Description: "The password of the user.",
42
43
"public_keys": dschema.SetAttribute{
@@ -119,6 +120,7 @@ var CloudInitUserAttributes = map[string]schema.Attribute{
119
120
121
"password": schema.StringAttribute{
122
Optional: true,
123
124
125
126
"public_keys": schema.SetAttribute{
0 commit comments