Skip to content

Commit bd5a81c

Browse files
committed
remove description from resource example
1 parent 92734e1 commit bd5a81c

File tree

1 file changed

+0
-1
lines changed
  • examples/resources/datadog_compliance_custom_framework

1 file changed

+0
-1
lines changed

examples/resources/datadog_compliance_custom_framework/resource.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ resource "datadog_compliance_custom_framework" "example" {
33
handle = "new-terraform-framework-handle"
44
name = "new-terraform-framework"
55
icon_url = "https://example.com/icon.png"
6-
description = "This is a test I created this resource through terraform"
76
requirements {
87
name = "requirement1"
98
controls {

0 commit comments

Comments
 (0)