-
Notifications
You must be signed in to change notification settings - Fork 144
Fix/teo support change #1283
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
Fix/teo support change #1283
Conversation
1. some docs. 2. delete tencentcloud_teo_security_policy_regions `country_en` and `continent_en`. 3. delete tencentcloud_teo_waf_managed_rules 4. tencentcloud_teo_zone_available_plans add `area`. 5. fix tencentcloud_teo_application_proxy build error. 6. fix tencentcloud_teo_zone `plan_type`.
…provider-tencentcloud into fix/teo-support-change
…provider-tencentcloud into fix/teo-support-change
…provider-tencentcloud into fix/teo-support-change
…eo-support-change
…provider-tencentcloud into fix/teo-support-change
| _ = d.Set("rules", ruleList) | ||
| } | ||
|
|
||
| d.SetId("bot_managed_rules") |
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.
这样会有问题啊
| _ = d.Set("rules", ruleList) | ||
| } | ||
|
|
||
| d.SetId("bot_managed_rules") |
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.
dasource这样写是有问题的。
如果不同zoneId和entity下面的rules了?就需要写不同的datasource
这样id就冲突了
其它的一样
hellertang
left a comment
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.
ok
teo support change