Remove ssl note from redis credentials uri, mark uri as sensitive and update ske project deprecation date (#367)

* Remove ssl note from redis credential

* Mark uri as sensitive, change deprecation note of ske project

* Update date
This commit is contained in:
Vicente Pinto 2024-05-21 10:22:30 +01:00 committed by GitHub
parent a636628c8b
commit e4bbcfd50a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 39 additions and 27 deletions

View file

@ -149,7 +149,8 @@ func (r *credentialDataSource) Schema(_ context.Context, _ datasource.SchemaRequ
Computed: true,
},
"uri": schema.StringAttribute{
Computed: true,
Computed: true,
Sensitive: true,
},
"username": schema.StringAttribute{
Computed: true,

View file

@ -185,7 +185,8 @@ func (r *credentialResource) Schema(_ context.Context, _ resource.SchemaRequest,
Computed: true,
},
"uri": schema.StringAttribute{
Computed: true,
Computed: true,
Sensitive: true,
},
"username": schema.StringAttribute{
Computed: true,