mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 12:50:05 +01:00
feat: adding taints, labels and annotations to terraform provider and ui all implementing the SDK
This commit is contained in:
@@ -51,6 +51,7 @@ func (p *AutoglueProvider) DataSources(_ context.Context) []func() datasource.Da
|
||||
NewServersDataSource,
|
||||
NewTaintsDataSource,
|
||||
NewLabelsDataSource,
|
||||
NewAnnotationsDataSource,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -60,5 +61,6 @@ func (p *AutoglueProvider) Resources(_ context.Context) []func() resource.Resour
|
||||
NewServerResource,
|
||||
NewTaintResource,
|
||||
NewLabelResource,
|
||||
NewAnnotationResource,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user