Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vsinghal13 committed Jul 28, 2023
1 parent cc643f7 commit 4e17ca6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions sumologic/resource_sumologic_cloudwatch_source_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,13 @@ resource "sumologic_cloudwatch_source" "cloudwatch" {
namespace = "AWS/Route53"
tags = ["k1=v1"]
}
}
lifecycle {
ignore_changes = [
path["use_versioned_api"]
]
}
}
`, cName, cDescription, cCategory, sName, sDescription, sCategory, testAwsRoleArn)
}
2 changes: 1 addition & 1 deletion sumologic/resource_sumologic_gcp_metrics_source_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ func testAccSumologicGcpMetricsSourceConfig(t *testing.T, cName, cDescription, c
}
}
lifecycle {
ignore_changes = [authentication[0].private_key]
ignore_changes = [authentication[0].private_key, path["use_versioned_api"]]
}
}
`, cName, cDescription, cCategory, sName, sDescription, sCategory,
Expand Down

0 comments on commit 4e17ca6

Please sign in to comment.