Skip to content

Commit

Permalink
Upgrade terraform-provider-alicloud to v1.234.0 (#842)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider pulumi/pulumi-alicloud
--kind=provider`.

---

- Upgrading terraform-provider-alicloud from 1.233.1  to 1.234.0.
	Fixes #840
  • Loading branch information
VenelinMartinov authored Nov 15, 2024
1 parent bac2ad3 commit 68aed55
Show file tree
Hide file tree
Showing 339 changed files with 41,972 additions and 1,704 deletions.
6 changes: 3 additions & 3 deletions docs/_index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
# *** WARNING: This file was auto-generated. Do not edit by hand unless you're certain you know what you are doing! ***
title: Alicloud Provider
meta_desc: Provides an overview on how to configure the Pulumi Alicloud provider.
title: Alibaba Cloud Provider
meta_desc: Provides an overview on how to configure the Pulumi Alibaba Cloud provider.
layout: package
---
## Installation

The alicloud provider is available as a package in all Pulumi languages:
The Alibaba Cloud provider is available as a package in all Pulumi languages:

* JavaScript/TypeScript: [`@pulumi/alicloud`](https://www.npmjs.com/package/@pulumi/alicloud)
* Python: [`pulumi-alicloud`](https://pypi.org/project/pulumi-alicloud/)
Expand Down
83 changes: 82 additions & 1 deletion provider/cmd/pulumi-resource-alicloud/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3993,6 +3993,12 @@
"alicloud_ens_vswitch": {
"current": "alicloud:ens/vswitch:Vswitch"
},
"alicloud_esa_rate_plan_instance": {
"current": "alicloud:esa/ratePlanInstance:RatePlanInstance"
},
"alicloud_esa_site": {
"current": "alicloud:esa/site:Site"
},
"alicloud_ess_alarm": {
"current": "alicloud:ess/alarm:Alarm",
"fields": {
Expand Down Expand Up @@ -4724,6 +4730,9 @@
}
}
},
"tracing_config": {
"maxItemsOne": true
},
"vpc_config": {
"maxItemsOne": true,
"elem": {
Expand Down Expand Up @@ -4762,7 +4771,12 @@
}
},
"alicloud_fcv3_trigger": {
"current": "alicloud:fc/v3Trigger:V3Trigger"
"current": "alicloud:fc/v3Trigger:V3Trigger",
"fields": {
"http_trigger": {
"maxItemsOne": true
}
}
},
"alicloud_fcv3_vpc_binding": {
"current": "alicloud:fc/v3VpcBinding:V3VpcBinding"
Expand Down Expand Up @@ -5083,6 +5097,45 @@
}
}
},
"alicloud_gwlb_listener": {
"current": "alicloud:gwlb/listener:Listener"
},
"alicloud_gwlb_load_balancer": {
"current": "alicloud:gwlb/loadBalancer:LoadBalancer",
"fields": {
"zone_mappings": {
"maxItemsOne": false,
"elem": {
"fields": {
"load_balancer_addresses": {
"maxItemsOne": false
}
}
}
}
}
},
"alicloud_gwlb_server_group": {
"current": "alicloud:gwlb/serverGroup:ServerGroup",
"fields": {
"connection_drain_config": {
"maxItemsOne": true
},
"health_check_config": {
"maxItemsOne": true,
"elem": {
"fields": {
"health_check_http_code": {
"maxItemsOne": false
}
}
}
},
"servers": {
"maxItemsOne": false
}
}
},
"alicloud_havip": {
"current": "alicloud:vpc/hAVip:HAVip",
"fields": {
Expand Down Expand Up @@ -6153,6 +6206,17 @@
"alicloud_oss_bucket_acl": {
"current": "alicloud:oss/bucketAcl:BucketAcl"
},
"alicloud_oss_bucket_cname": {
"current": "alicloud:oss/bucketCname:BucketCname",
"fields": {
"certificate": {
"maxItemsOne": true
}
}
},
"alicloud_oss_bucket_cname_token": {
"current": "alicloud:oss/bucketCnameToken:BucketCnameToken"
},
"alicloud_oss_bucket_cors": {
"current": "alicloud:oss/bucketCors:BucketCors",
"fields": {
Expand Down Expand Up @@ -7913,6 +7977,23 @@
}
}
},
"alicloud_vpc_ipam_ipam": {
"current": "alicloud:vpc/ipamIpam:IpamIpam",
"fields": {
"operating_region_list": {
"maxItemsOne": false
}
}
},
"alicloud_vpc_ipam_ipam_pool": {
"current": "alicloud:vpc/ipamIpamPool:IpamIpamPool"
},
"alicloud_vpc_ipam_ipam_pool_cidr": {
"current": "alicloud:vpc/ipamIpamPoolCidr:IpamIpamPoolCidr"
},
"alicloud_vpc_ipam_ipam_scope": {
"current": "alicloud:vpc/ipamIpamScope:IpamIpamScope"
},
"alicloud_vpc_ipv4_cidr_block": {
"current": "alicloud:vpc/ipv4CidrBlock:Ipv4CidrBlock"
},
Expand Down
Loading

0 comments on commit 68aed55

Please sign in to comment.