Skip to content

Commit

Permalink
Merge pull request #691 from ioito/hotfix/qx-huawei-rds-params
Browse files Browse the repository at this point in the history
fix(huawei): rds create params
  • Loading branch information
ioito authored Jan 11, 2024
2 parents 1b28734 + 06e316a commit 3f329f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/multicloud/huawei/dbinstance.go
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@ func (region *SRegion) CreateIDBInstance(desc *cloudprovider.SManagedDBInstanceC
},
"vpc_id": desc.VpcId,
"subnet_id": desc.NetworkId,
"region": region.Id,
"security_group_id": desc.SecgroupIds[0],
}

Expand Down

0 comments on commit 3f329f2

Please sign in to comment.