-
Notifications
You must be signed in to change notification settings - Fork 560
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
data-source/alicloud_ess_scalinggroups: add attributes of stop_instance_timeout, scaling_policy, enable_desired_capacity, monitor_group_id, system_suspended, removing_capacity, pending_capacity, stopped_capacity, spot_capacity, standby_capacity, protected_capacity, removing_wait_capacity, pending_wait_capacity, init_capacity, desired_capacity, max_instance_lifetime, multi_az_policy, group_type, resource_group_id, spot_instance_remedy, spot_instance_pools, on_demand_percentage_above_base_capacity, on_demand_base_capacity, spot_allocation_strategy, allocation_strategy and az_balance. #8091
base: master
Are you sure you want to change the base?
Conversation
941c09b
to
0b2cf05
Compare
0b2cf05
to
1d84b79
Compare
1d84b79
to
5bd65c5
Compare
5bd65c5
to
828a2a8
Compare
522f201
to
f00c842
Compare
标题改了,这个pr主要是新增出参字段,不是新数据源的接入,alicloud_ess_scaling_groups是在1.39.0版本接入的。如果旧资源,数据源文档中没有标记可用版本,就去CHANGELOG文件里面去找 |
@@ -0,0 +1,488 @@ | |||
package alicloud |
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.
为什么删除alicloud/data_source_alicloud_ess_scalinggroups.go和alicloud/data_source_alicloud_ess_scalinggroups_test.go文件
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.
ci check导致的
"github.com/hashicorp/terraform-plugin-sdk/helper/validation" | ||
) | ||
|
||
func dataSourceAlicloudEssScalingGroups() *schema.Resource { |
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.
Alicloud全局替换为AliCloud
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.
done
f00c842
to
68cfb5b
Compare
68cfb5b
to
53242f1
Compare
…ce_timeout, scaling_policy, enable_desired_capacity, monitor_group_id, system_suspended, removing_capacity, pending_capacity, stopped_capacity, spot_capacity, standby_capacity, protected_capacity, removing_wait_capacity, pending_wait_capacity, init_capacity, desired_capacity, max_instance_lifetime, multi_az_policy, group_type, resource_group_id, spot_instance_remedy, spot_instance_pools, on_demand_percentage_above_base_capacity, on_demand_base_capacity, spot_allocation_strategy, allocation_strategy and az_balance.
53242f1
to
050ca65
Compare
No description provided.