Fix Argus Scrape Config SAML2 field default (#239)

* Fix Argus Scrape Config SAML2 field default

* Adjust acceptance test
This commit is contained in:
João Palet 2024-01-31 09:05:48 +00:00 committed by GitHub
parent e4f2c40443
commit dfc9e391d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 18 additions and 3 deletions

View file

@ -136,11 +136,11 @@ func (d *scrapeConfigDataSource) Schema(_ context.Context, _ datasource.SchemaRe
Computed: true,
},
"saml2": schema.SingleNestedAttribute{
Description: "A SAML2 configuration block",
Description: "A SAML2 configuration block.",
Computed: true,
Attributes: map[string]schema.Attribute{
"enable_url_parameters": schema.BoolAttribute{
Description: "Are URL parameters be enabled?",
Description: "Specifies if URL parameters are enabled",
Computed: true,
},
},