Add limitation link in computed field alert
parent
4a40d9565a
commit
e0de54f30d
|
@ -29,7 +29,7 @@ func NewComputedDiffAlert() *ComputedDiffAlert {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *ComputedDiffAlert) Message() string {
|
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 {
|
func (c *ComputedDiffAlert) ShouldIgnoreResource() bool {
|
||||||
|
|
|
@ -80,7 +80,7 @@
|
||||||
"alerts": {
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,4 +11,4 @@ Found 1 resource(s)
|
||||||
- 0 not covered by IaC
|
- 0 not covered by IaC
|
||||||
- 0 missing on cloud provider
|
- 0 missing on cloud provider
|
||||||
- 1/1 changed outside of IaC
|
- 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
|
||||||
|
|
Loading…
Reference in New Issue