Skip to content

Commit

Permalink
add ECS, VPC, DMS, DCS and RDS resources and examples (#7)
Browse files Browse the repository at this point in the history
* add eip resources

* add and update eip resources

* Revert "add eip resources"

* add ecs and vpc resources

* fix resource vpc

* update resources and add examples

* update the resources and examples

* add rds resources and update the terrafrom provider version to 1.70.0

* update rds resources

* add rds examples

* add dms resources

* add dms examples

* add dcs resources

* add dcs examples
  • Loading branch information
Jason-Zhang9309 authored Nov 12, 2024
1 parent 54a0716 commit dd638cd
Show file tree
Hide file tree
Showing 489 changed files with 128,903 additions and 943 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export TERRAFORM_VERSION ?= 1.2.1

export TERRAFORM_PROVIDER_SOURCE ?= huaweicloud/huaweicloud
export TERRAFORM_PROVIDER_REPO ?= https://github.com/huaweicloud/terraform-provider-huaweicloud
export TERRAFORM_PROVIDER_VERSION ?= 1.69.0
export TERRAFORM_PROVIDER_VERSION ?= 1.70.0
export TERRAFORM_PROVIDER_DOWNLOAD_NAME ?= terraform-provider-huaweicloud
export TERRAFORM_PROVIDER_DOWNLOAD_URL_PREFIX ?= https://github.com/huaweicloud/$(TERRAFORM_PROVIDER_DOWNLOAD_NAME)/releases/download/v$(TERRAFORM_PROVIDER_VERSION)
export TERRAFORM_NATIVE_PROVIDER_BINARY ?= $(TERRAFORM_PROVIDER_DOWNLOAD_NAME)_$(TERRAFORM_PROVIDER_VERSION)
Expand Down
129 changes: 129 additions & 0 deletions apis/dcs/v1alpha1/zz_account_terraformed.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

202 changes: 202 additions & 0 deletions apis/dcs/v1alpha1/zz_account_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit dd638cd

Please sign in to comment.