mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 04:40:05 +01:00
feat: build taint datasource and taint resource with minor patch to taint Response DTO
This commit is contained in:
@@ -49,6 +49,7 @@ func (p *AutoglueProvider) DataSources(_ context.Context) []func() datasource.Da
|
||||
return []func() datasource.DataSource{
|
||||
NewSshDataSource,
|
||||
NewServersDataSource,
|
||||
NewTaintsDataSource,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -56,5 +57,6 @@ func (p *AutoglueProvider) Resources(_ context.Context) []func() resource.Resour
|
||||
return []func() resource.Resource{
|
||||
NewSshResource,
|
||||
NewServerResource,
|
||||
NewTaintResource,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user