Skip to content

Commit

Permalink
Update datadog/fwprovider/resource_datadog_integration_gcp_sts.go
Browse files Browse the repository at this point in the history
Co-authored-by: Bryce Eadie <[email protected]>
  • Loading branch information
tedkahwaji and buraizu authored Oct 9, 2024
1 parent fb24d69 commit dfbb186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datadog/fwprovider/resource_datadog_integration_gcp_sts.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func (r *integrationGcpStsResource) Schema(_ context.Context, _ resource.SchemaR
},
"cloud_run_revision_filters": schema.SetAttribute{
Optional: true,
Description: "Tags to filter which Cloud Run revisions are imported into Datadog. Only revisions that meet specified criteria will be monitored.",
Description: "Tags to filter which Cloud Run revisions are imported into Datadog. Only revisions that meet specified criteria are monitored.",
ElementType: types.StringType,
},
"is_cspm_enabled": schema.BoolAttribute{
Expand Down

0 comments on commit dfbb186

Please sign in to comment.