We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710bb51 commit a7fc85fCopy full SHA for a7fc85f
ibm/service/atracker/resource_ibm_atracker_target.go
@@ -93,11 +93,10 @@ func ResourceIBMAtrackerTarget() *schema.Resource {
93
Description: "The CRN of the LogDNA instance.",
94
},
95
"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.",
+ Type: schema.TypeString,
+ Required: true,
+ Sensitive: true,
+ Description: "The LogDNA ingestion key is used for routing logs to a specific LogDNA instance.",
101
102
103
0 commit comments