mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 12:50:05 +01:00
feat: add labels to terraform provider
This commit is contained in:
@@ -50,6 +50,7 @@ func (p *AutoglueProvider) DataSources(_ context.Context) []func() datasource.Da
|
||||
NewSshDataSource,
|
||||
NewServersDataSource,
|
||||
NewTaintsDataSource,
|
||||
NewLabelsDataSource,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -58,5 +59,6 @@ func (p *AutoglueProvider) Resources(_ context.Context) []func() resource.Resour
|
||||
NewSshResource,
|
||||
NewServerResource,
|
||||
NewTaintResource,
|
||||
NewLabelResource,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user