feat: adding terraform readme generator

This commit is contained in:
allanice001
2025-11-05 23:00:45 +00:00
parent b09c3179c7
commit ea26b8526c
7 changed files with 483 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ func providerConfigSchema() map[string]pschema.Attribute {
return map[string]pschema.Attribute{
"addr": pschema.StringAttribute{
Optional: true,
Description: "Base URL to the autoglue API (e.g. https://gsot.example.com/api/v1). Defaults to http://localhost:8080/api/v1.",
Description: "Base URL to the autoglue API (e.g. https://autoglue.example.com/api/v1). Defaults to http://localhost:8080/api/v1.",
},
"bearer": pschema.StringAttribute{
Optional: true,