-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PLAT-5147 retrieving findings by a search query #152
base: master
Are you sure you want to change the base?
PLAT-5147 retrieving findings by a search query #152
Conversation
…to PLAT-5147_Dome9_TF_Provider_for_retrieving_findings_by_a_search_query
…to PLAT-5147_Dome9_TF_Provider_for_retrieving_findings_by_a_search_query
@@ -0,0 +1,14 @@ | |||
package continuous_compliance_finding |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please delete this file. It's taken automatically from the SDK
@@ -0,0 +1,139 @@ | |||
package continuous_compliance_finding |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please delete this file. It's taken automatically from the SDK
@@ -9,6 +9,7 @@ const ( | |||
CloudAccountKubernetes = "dome9_cloudaccount_kubernetes" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After updating the SDK please update the go.mod file to use the newest SDK version
"github.com/terraform-providers/terraform-provider-dome9/dome9/common/testing/method" | ||
) | ||
|
||
func TestAccDataSourceFindingSearchBasic(t *testing.T) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would try to create in Terraform the new asset you created to check that everything really works as required. Because it is possible that the test here misses cases.
…_findings_by_a_search_query
No description provided.