Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
skarimo committed May 31, 2023
1 parent a2332ad commit b1eadf9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
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 @@ -50,7 +50,7 @@ func (r *IntegrationGcpStsResource) Metadata(_ context.Context, request resource

func (r *IntegrationGcpStsResource) Schema(_ context.Context, _ resource.SchemaRequest, response *resource.SchemaResponse) {
response.Schema = schema.Schema{
Description: "Provides a Datadog Integration GCP Sts resource. This can be used to create and manage Datadog integration_gcp_sts.",
Description: "Provides a Datadog Integration GCP Sts resource. This can be used to create and manage Datadog - Google Cloud Platform integration.",
Attributes: map[string]schema.Attribute{
"automute": schema.BoolAttribute{
Optional: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ func TestAccIntegrationCloudflareAccountBasic(t *testing.T) {
}

func testAccCheckDatadogIntegrationCloudflareAccount(uniq string) string {
// Update me to make use of the unique value
return fmt.Sprintf(`
resource "datadog_integration_cloudflare_account" "foo" {
api_key = "1234567891012331asdd"
Expand Down
2 changes: 0 additions & 2 deletions datadog/tests/resource_datadog_integration_gcp_sts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ func TestAccIntegrationGcpStsBasic(t *testing.T) {
}

func testAccCheckDatadogIntegrationGcpSts(uniq string) string {
// Update me to make use of the unique value
return fmt.Sprintf(`
resource "datadog_integration_gcp_sts" "foo" {
automute = "false"
Expand All @@ -67,7 +66,6 @@ resource "datadog_integration_gcp_sts" "foo" {
}

func testAccCheckDatadogIntegrationGcpStsUpdated(uniq string) string {
// Update me to make use of the unique value
return fmt.Sprintf(`
resource "datadog_integration_gcp_sts" "foo" {
automute = "true"
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/integration_gcp_sts.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
page_title: "datadog_integration_gcp_sts Resource - terraform-provider-datadog"
subcategory: ""
description: |-
Provides a Datadog Integration GCP Sts resource. This can be used to create and manage Datadog integrationgcpsts.
Provides a Datadog Integration GCP Sts resource. This can be used to create and manage Datadog - Google Cloud Platform integration.
---

# datadog_integration_gcp_sts (Resource)

Provides a Datadog Integration GCP Sts resource. This can be used to create and manage Datadog integration_gcp_sts.
Provides a Datadog Integration GCP Sts resource. This can be used to create and manage Datadog - Google Cloud Platform integration.

## Example Usage

Expand Down

0 comments on commit b1eadf9

Please sign in to comment.