Provision an RDS instance with more than one database
This section requires your platform engineers have already enabled terraform addon.
In the , set if you want to create one database. If you want to create more than one database, set databases
to array of databases. Each database is a map, the map contains the following attributes: name, character_set, description.
apiVersion: core.oam.dev/v1beta1
kind: Application
metadata:
name: alibaba-rds-multiple-databases
components:
type: alibaba-rds
properties:
instance_name: dblinks
account_name: oamtest
password: U34rfwefwefffaked
character_set: utf8
description: "dev database"
- name: prod
character_set: utf8
description: "prod database"
writeConnectionSecretToRef: