Terraform Providers for AWS have been released (GCP and Azure coming soon). #633
raksiv
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We've talked about Terraform providers for a while, they've always been possible.
We now have built community support for Terraform. This means that you can use Terraform IaC Modules to compose Terraform projects which you can init, plan and apply in your pipeline.
https://nitric.io/docs/reference/providers/terraform/aws
Some notes -
Here's an example of a module for API targeting AWS, that can be easily extended or overhauled each time an API is including in the app code.
Beta Was this translation helpful? Give feedback.
All reactions