feat: add labels to terraform provider

This commit is contained in:
allanice001
2025-11-03 19:07:15 +00:00
parent ee824a9c5a
commit 3ca77c097d
20 changed files with 644 additions and 13 deletions

View File

@@ -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,
}
}