-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add rds example test #219
Add rds example test #219
Conversation
This change is part of the following stack: Change managed by git-spice. |
234ddfe
to
b00ea9e
Compare
username: "complete_mysql", | ||
port: '3306', | ||
multi_az: true, | ||
db_subnet_group_name: vpc.database_subnet_group_name.apply(name => name!), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is cool it tests module chaining. Do unknowns behave OK in this case?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep they do!
b00ea9e
to
ca18e6c
Compare
@@ -0,0 +1,5 @@ | |||
name: rds-example |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider adding a quick README and a script how to initialize this (pulumi package add). Since parameterized providers didn't make it into Pulumi.yaml yet this won't work OOTB.
🚢 |
Add an example test for the rds module
re #211