Skip to content

Commit a7fc85f

Browse files
Show the ingestion key update for LogDNA Target (IBM-Cloud#5953)
Co-authored-by: travis <travis>
1 parent 710bb51 commit a7fc85f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

ibm/service/atracker/resource_ibm_atracker_target.go

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,10 @@ func ResourceIBMAtrackerTarget() *schema.Resource {
9393
Description: "The CRN of the LogDNA instance.",
9494
},
9595
"ingestion_key": {
96-
Type: schema.TypeString,
97-
Required: true,
98-
Sensitive: true,
99-
DiffSuppressFunc: flex.ApplyOnce,
100-
Description: "The LogDNA ingestion key is used for routing logs to a specific LogDNA instance.",
96+
Type: schema.TypeString,
97+
Required: true,
98+
Sensitive: true,
99+
Description: "The LogDNA ingestion key is used for routing logs to a specific LogDNA instance.",
101100
},
102101
},
103102
},

0 commit comments

Comments
 (0)