Skip to content
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

cis waf group settings fix #3882

Merged

Conversation

arpit-srivastava-ibm
Copy link
Contributor

@arpit-srivastava-ibm arpit-srivastava-ibm commented Jun 28, 2022

Issue - https://github.ibm.com/NetworkTribe/CIS_Support/issues/2342

Fix -
Added a new field to be passed as a part of config - check_mode

@@ -73,15 +74,21 @@ func ResourceIBMCISWAFGroup() *schema.Resource {
Description: "WAF Rule group description",
},
cisWAFGroupRulesCount: {
Type: schema.TypeString,
Type: schema.TypeInt,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This variable type was wrongly set, hence corrected this too

@hkantare hkantare merged commit 5a6e9e3 into IBM-Cloud:master Jul 1, 2022
hkantare pushed a commit that referenced this pull request Jul 1, 2022
* cis waf group settings fix

* added documentation

Co-authored-by: Arpit Srivastava <arpit-mac@Arpits-MacBook-Pro.local>
SunithaGudisagarIBM pushed a commit to ibm-vpc/terraform-provider-ibm that referenced this pull request Sep 14, 2022
* cis waf group settings fix

* added documentation

Co-authored-by: Arpit Srivastava <arpit-mac@Arpits-MacBook-Pro.local>
SunithaGudisagarIBM pushed a commit to ibm-vpc/terraform-provider-ibm that referenced this pull request Sep 14, 2022
* cis waf group settings fix

* added documentation

Co-authored-by: Arpit Srivastava <arpit-mac@Arpits-MacBook-Pro.local>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants