Join Slack
Powered by
Hi all, When I create only AWS RDS instance with s...
# getting-started
k
kind-spring-48153
08/07/2024, 12:08 AM
Hi all, When I create only AWS RDS instance with subnets and security groups, what is the required parameter in
&rds.InstanceArgs{}
? I use go language now.
l
little-cartoon-10569
08/07/2024, 1:28 AM
The docs say:
https://www.pulumi.com/registry/packages/aws/api-docs/rds/instance/#inputs
Anything with a red asterisk is required. So for rds.Instance, it's just InstanceClass.
k
kind-spring-48153
08/07/2024, 2:09 AM
thanks a lot
👍 1
2
Views
Open in Slack
Previous
Next