Skip to content

Commit

Permalink
Show the ingestion key update for LogDNA Target (#5953)
Browse files Browse the repository at this point in the history
Co-authored-by: travis <travis>
  • Loading branch information
PhaniDivi-613 authored Jan 31, 2025
1 parent 710bb51 commit a7fc85f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions ibm/service/atracker/resource_ibm_atracker_target.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,10 @@ func ResourceIBMAtrackerTarget() *schema.Resource {
Description: "The CRN of the LogDNA instance.",
},
"ingestion_key": {
Type: schema.TypeString,
Required: true,
Sensitive: true,
DiffSuppressFunc: flex.ApplyOnce,
Description: "The LogDNA ingestion key is used for routing logs to a specific LogDNA instance.",
Type: schema.TypeString,
Required: true,
Sensitive: true,
Description: "The LogDNA ingestion key is used for routing logs to a specific LogDNA instance.",
},
},
},
Expand Down

0 comments on commit a7fc85f

Please sign in to comment.