diff --git a/assets/styles/docs.scss b/assets/styles/docs.scss index 2a34f04d56..b93fe16991 100644 --- a/assets/styles/docs.scss +++ b/assets/styles/docs.scss @@ -166,7 +166,25 @@ $bd-gutter-x: 3rem; } } - img, video { + + .video-container { + padding-top: 56.25%; + position: relative; + + iframe { + position: absolute; + top: 0; + left: 0; + bottom: 0; + right: 0; + width: 100%; + height: 100%; + } + + } + + + img, video, iframe { max-width: 100%; } diff --git a/content/blogs/2023-09-19-kestra-terraform-partnership.md b/content/blogs/2023-09-19-kestra-terraform-partnership.md index 532998d115..6a66e0f0b2 100644 --- a/content/blogs/2023-09-19-kestra-terraform-partnership.md +++ b/content/blogs/2023-09-19-kestra-terraform-partnership.md @@ -16,13 +16,13 @@ We're thrilled to announce a technology partnership with [Terraform](https://www --- -## Why Terraform +## Why Terraform Our partnership with Terraform extends beyond technical integration. We both share a common vision of expressing not only software but also its infrastructure and configuration in code. With this partnership, you can manage even Zapier-style workflows according to proven software engineering practices. ---- +--- -## Elevating Your Workflows With Kestra's Terraform Provider +## Elevating Your Workflows With Kestra's Terraform Provider ![Terraform Kestra](/blogs/2023-09-19-kestra-terraform-partnership/terraform-kestra.png) @@ -37,18 +37,20 @@ Moving data pipelines from development to production comes with its own set of c ### Supercharge Your CI/CD with Terraform & Kestra Bring Kestra into your CI/CD pipelines using Terraform Cloud or GitHub Actions. By doing so, you can automate your infrastructure provisioning and maintenance. With a GitHub Actions workflow, you can also validate and deploy flows directly into specific namespaces, ensuring that your mission-critical workflows are as agile and adaptable as your infrastructure.
- +
+ +

### 10x Your Workflow Automation and Software Delivery -**Leroy Merlin France** has significantly improved its workflow automation process by integrating Kestra and Terraform, both employing declarative language and fully embracing Git-based version control. They used Terraform for automated deployments of BigQuery assets like datasets, tables, views, and ACLs, all part of a streamlined CI/CD process. +**Leroy Merlin France** has significantly improved its workflow automation process by integrating Kestra and Terraform, both employing declarative language and fully embracing Git-based version control. They used Terraform for automated deployments of BigQuery assets like datasets, tables, views, and ACLs, all part of a streamlined CI/CD process. Upon adopting Kestra, a custom Terraform provider was developed to bring the same level of version control and automation to Kestra’s resources. This harmonized architecture has led to over **5 million pipeline executions** each month, more than **4.000+ data flows created**, and a staggering 900% increase in data activity, all while fostering team-wide confidence during production deployments. Learn more about this use case in our [Data Mesh case study](https://kestra.io/blogs/2023-08-16-datamesh). ---- +--- -## What’s Next +## What’s Next Our collaboration is just the beginning. Your insights and contributions can greatly influence the utility and success of this integration. Share your feedback via [Kestra Community Slack](https://kestra.io/slack) or open [a GitHub issue](https://github.com/kestra-io/kestra).