Ralph Schmieder
Results
2
issues of
Ralph Schmieder
In some environments a specific AC version might be required instead of the hard-coded 4.7.00136 and/or whatever OpenConnect provides as the default version string. This PR inserts the provided AC...
### Module version ``` github.com/hashicorp/terraform-plugin-framework v1.2.0 Terraform v1.4.2 on linux_amd64 ``` ### Relevant provider source code ```go func LabGroup() map[string]schema.Attribute { return map[string]schema.Attribute{ "id": schema.StringAttribute{ Description: "Group ID (UUID).", Optional:...
bug