Add limitation link in computed field alert

main
Elie 2021-06-22 14:52:47 +02:00
parent 4a40d9565a
commit e0de54f30d
No known key found for this signature in database
GPG Key ID: 399AF69092C727B6
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ func NewComputedDiffAlert() *ComputedDiffAlert {
}
func (c *ComputedDiffAlert) Message() string {
return "You have diffs on computed fields, check the documentation for potential false positive drifts"
return "You have diffs on computed fields, check the documentation for potential false positive drifts: https://docs.driftctl.com/limitations"
}
func (c *ComputedDiffAlert) ShouldIgnoreResource() bool {

View File

@ -80,7 +80,7 @@
"alerts": {
"": [
{
"message": "You have diffs on computed fields, check the documentation for potential false positive drifts"
"message": "You have diffs on computed fields, check the documentation for potential false positive drifts: https://docs.driftctl.com/limitations"
}
]
}

View File

@ -11,4 +11,4 @@ Found 1 resource(s)
- 0 not covered by IaC
- 0 missing on cloud provider
- 1/1 changed outside of IaC
You have diffs on computed fields, check the documentation for potential false positive drifts
You have diffs on computed fields, check the documentation for potential false positive drifts: https://docs.driftctl.com/limitations